From 3ef015d70c1b26a464978edc0db7c8652f08cd76 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Fri, 28 Mar 2025 13:23:54 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E6=94=B96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../butie/butieRecordsTab/index.vue | 10 +++++++++-
.../butie/butieSummary/index.vue | 2 ++
.../consume/consumeSummary/index.vue | 2 ++
.../consume/consumerWalletSummary/index.vue | 2 ++
src/views/device/doubleScreen/index.vue | 19 +++++++++----------
5 files changed, 24 insertions(+), 11 deletions(-)
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"
/>
-
+
-
+
-
+
{