fix(productSaleStatistics): 产品销售统计-起始结束日期未初始化问题处理
This commit is contained in:
parent
35b908c4be
commit
8c9851e23f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue