diff --git a/src/views/accountCenter/butie/butieRecordsTab/index.vue b/src/views/accountCenter/butie/butieRecordsTab/index.vue
index 1c5a9485..a6e42e37 100644
--- a/src/views/accountCenter/butie/butieRecordsTab/index.vue
+++ b/src/views/accountCenter/butie/butieRecordsTab/index.vue
@@ -578,6 +578,8 @@
"endDateTime":this.formatDate(this.dateRange[1])
}
param.type=1
+ this.tableListData1 = []
+ this.total1 = 0
accSubsidyRechargePageApi(param).then(response => {
this.tableListData1 = response.data.pageVO.records;
this.total1 = Number(response.data.pageVO.total);
@@ -635,6 +637,8 @@
"endDateTime":this.formatDate(this.dateRange[1])
}
param.type=2
+ this.tableListData2 = []
+ this.total2 = 0
accSubsidyClearPageApi(param).then(response => {
this.tableListData2 = response.data.pageVO.records;
this.total2 = Number(response.data.pageVO.total);
@@ -656,7 +660,9 @@
"size": this.queryParams3.pageSize,
"startDateTime":this.formatDate(this.dateRange[0]),
"endDateTime":this.formatDate(this.dateRange[1])
- }
+ }
+ this.tableListData3 = []
+ this.total3 = 0
accSubsidyRepealPageApi(param).then(response => {
this.tableListData3 = response.data.pageVO.records;
this.total3 = Number(response.data.pageVO.total);
@@ -679,6 +685,8 @@
"startDateTime":this.formatDate(this.dateRange[0]),
"endDateTime":this.formatDate(this.dateRange[1])
}
+ this.tableListData4 = []
+ this.total4 = 0
accSubsidyHandReceivePageApi(param).then(response => {
this.tableListData4 = response.data.resultPage.records;
this.total4 = Number(response.data.resultPage.total);
diff --git a/src/views/accountCenter/butie/butieSummary/index.vue b/src/views/accountCenter/butie/butieSummary/index.vue
index dbd32638..21c8bceb 100644
--- a/src/views/accountCenter/butie/butieSummary/index.vue
+++ b/src/views/accountCenter/butie/butieSummary/index.vue
@@ -250,6 +250,8 @@
"startDateTime":this.formatDate(this.dateRange[0]),
"endDateTime":this.formatDate(this.dateRange[1])
}
+ this.tableListData = []
+ this.total = 0
if(this.activeName=='cust'){
param.type=0
accountSubsidyCustPageApi(param).then(response => {
diff --git a/src/views/accountCenter/consume/consumeSummary/index.vue b/src/views/accountCenter/consume/consumeSummary/index.vue
index a84f7dac..47a39281 100644
--- a/src/views/accountCenter/consume/consumeSummary/index.vue
+++ b/src/views/accountCenter/consume/consumeSummary/index.vue
@@ -279,6 +279,8 @@
"startDate":this.formatDate(this.dateRange[0]),
"endDate":this.formatDate(this.dateRange[1])
}
+ this.tableListData = []
+ this.total = 0
if(this.activeName=='cust'){
accountConsumeCustPageApi(param).then(response => {
this.tableListData = response.resultPage.records;
diff --git a/src/views/accountCenter/consume/consumerWalletSummary/index.vue b/src/views/accountCenter/consume/consumerWalletSummary/index.vue
index d85e5189..adc128bc 100644
--- a/src/views/accountCenter/consume/consumerWalletSummary/index.vue
+++ b/src/views/accountCenter/consume/consumerWalletSummary/index.vue
@@ -268,6 +268,8 @@
"startDate":this.formatDate(this.dateRange[0]),
"endDate":this.formatDate(this.dateRange[1])
}
+ this.tableListData = []
+ this.total = 0
if(this.activeName=='cust'){
walletConsumeCustPageApi(param).then(response => {
this.tableListData = response.resultPage.records;
diff --git a/src/views/device/doubleScreen/index.vue b/src/views/device/doubleScreen/index.vue
index 2376e6f4..1d83d931 100644
--- a/src/views/device/doubleScreen/index.vue
+++ b/src/views/device/doubleScreen/index.vue
@@ -6,18 +6,18 @@
v-model="queryParams.deviceSearchInfo"
placeholder="请输入关键字"
clearable
- style="width: 300px"
+ style="width: 400px"
@keyup.enter.native="handleQuery"
/>
-
+
-
+
-
+
{