|
@@ -148,11 +148,7 @@ export default {
|
|
{
|
|
{
|
|
id: 4,
|
|
id: 4,
|
|
content: '近1年'
|
|
content: '近1年'
|
|
- }],
|
|
|
|
- params: {
|
|
|
|
- startCreateTime: '',
|
|
|
|
- endCreateTime: ''
|
|
|
|
- }
|
|
|
|
|
|
+ }]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
@@ -178,9 +174,6 @@ export default {
|
|
this.dataValue.keywords = data.keywords
|
|
this.dataValue.keywords = data.keywords
|
|
},
|
|
},
|
|
handleSelectTime(e, num) {
|
|
handleSelectTime(e, num) {
|
|
- this.params.startCreateTime = e[0]
|
|
|
|
- this.params.endCreateTime = e[1]
|
|
|
|
- console.log(e)
|
|
|
|
const obj = {
|
|
const obj = {
|
|
1: () => this.getIns_statistics(e),
|
|
1: () => this.getIns_statistics(e),
|
|
2: () => this.getIns_orderTrends(e),
|
|
2: () => this.getIns_orderTrends(e),
|