Commit 03401ca0 by 彭祥礼

Revert "新增学子公司销量统计"

This reverts commit 1cbe8c7f
parent 98115998
......@@ -18,7 +18,6 @@
:value="queryParam.month"
:mode="tempMode"
@panelChange="handlePanelChange"
@change="handleChange"
style="width: 16rem;"
/>
</a-form-item>
......@@ -209,10 +208,6 @@
this.tempMode = [mode[0] === 'date' ? 'month' : mode[0], mode[1] === 'date' ? 'month' : mode[1]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange(value) {
this.queryParam.month = []
console.log(value)
},
excelOut() {
let params = {
pageNo: 1,
......
......@@ -18,7 +18,6 @@
:value="queryParam.month"
:mode="tempMode"
@panelChange="handlePanelChange"
@change="handleChange"
style="width: 16rem;"
/>
</a-form-item>
......@@ -248,10 +247,6 @@
this.tempMode = [mode[0] === 'date' ? 'month' : mode[0], mode[1] === 'date' ? 'month' : mode[1]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange(value) {
this.queryParam.month = []
console.log(value)
},
excelOut() {
let params = {
pageNo: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment