fix(productSaleStatistics): 产品销售统计-起始结束日期未初始化问题处理

This commit is contained in:
woody 2025-08-22 09:18:23 +08:00
parent 9f9c2167d6
commit 4f23286b6e
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ export default {
created() {
this.getSearch()
this.getOthers()
this.select.startTime = this.timeRange[0]
this.select.endTime = this.timeRange[1]
},
methods: {
isLocalSymbol,