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