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

This commit is contained in:
woody 2025-08-22 09:18:23 +08:00
parent 35b908c4be
commit 8c9851e23f
1 changed files with 2 additions and 0 deletions

View File

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