|
@@ -672,6 +672,9 @@ export default {
|
|
|
upset(data) {
|
|
|
this.picShow = data;
|
|
|
if (this.picShow == false && this.action === 4) {
|
|
|
+ this.tableData.time = [];
|
|
|
+ this.tableData.data1 = [];
|
|
|
+ this.tableData.data2 = [];
|
|
|
this.listHeader = [
|
|
|
"序号",
|
|
|
"日期",
|
|
@@ -685,6 +688,9 @@ export default {
|
|
|
this.getQuery(this.optiondata, this.set);
|
|
|
// console.log(this.tableListcop);
|
|
|
} else if (this.picShow == true && this.action === 4) {
|
|
|
+ this.tableData.time = [];
|
|
|
+ this.tableData.data1 = [];
|
|
|
+ this.tableData.data2 = [];
|
|
|
this.listHeader = [
|
|
|
"序号",
|
|
|
"时间",
|