From 6cbe9dc6e45aa60ec0e391afb7a9a7beea0f4c6d Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 9 Oct 2023 09:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86-=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E6=B2=A1=E6=9C=89=E6=95=B0=E6=8D=AE=E4=B8=80=E7=9B=B4?= =?UTF-8?q?=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 86474e33e..dbd52363e 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1017,7 +1017,9 @@ export default { this.total = res.data.count }else{ this.splitInfoPage = 1 - this.getSarFileSplitInfoEOPage() + // this.getSarFileSplitInfoEOPage() + this.standInfoList = [] + this.total = 0 } }, e => { })