From 7cef941dea0cd979e6bf5dd5aad18190d1e2d51c Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 16 Aug 2024 15:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/weiyang/AppWorkOrder/List.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/project/weiyang/AppWorkOrder/List.vue b/src/project/weiyang/AppWorkOrder/List.vue index 4e9d7fe..e8082fa 100644 --- a/src/project/weiyang/AppWorkOrder/List.vue +++ b/src/project/weiyang/AppWorkOrder/List.vue @@ -152,19 +152,16 @@ export default { this.eventStatus = e[0].value this.eventStatusText = e[0].label } - this.current = 1 - this.getList() + this.getListInit() }, handleSelectGird(v) { this.searchGrid = v - this.current = 1 - this.getList() + this.getListInit() }, clearGrid() { this.searchGrid = {girdName: ''} - this.current = 1 - this.getList() + this.getListInit() }, goDetail(item) { @@ -172,11 +169,8 @@ export default { }, change(index) { - this.current = 1 - this.datas = [] - this.eventStatus = '' this.currentTabs = index - this.getList() + this.getListInit() }, linkTo(url) {