From 1e2f9ae668ecdee9425b95df02659f996a62e148 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Wed, 18 Sep 2024 11:00:03 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E6=B5=81=E7=A8=8B](hyx=5F20?= =?UTF-8?q?24-9-11)=20=20=E5=8A=A8=E7=81=AB=E4=BD=9C=E4=B8=9A=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=90=8E=E4=BF=9D=E7=95=99=E5=9C=A8=E6=9C=AC=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hotwork/hotwork/components/list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/hotwork/hotwork/components/list.vue b/src/views/hotwork/hotwork/components/list.vue index c5ec33c..c1444c7 100644 --- a/src/views/hotwork/hotwork/components/list.vue +++ b/src/views/hotwork/hotwork/components/list.vue @@ -350,7 +350,7 @@ export default { }) this.listLoading = false this.varList = [] - this.listQuery.page = 1 + // this.listQuery.page = 1 this.getList() }).catch((e) => { this.listLoading = false @@ -379,7 +379,7 @@ export default { }) this.listLoading = false this.varList = [] - this.listQuery.page = 1 + // this.listQuery.page = 1 this.getList() }).catch((e) => { this.listLoading = false