From 50872b80a596415e5e9d60135f4808ef8e31a507 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 15 Nov 2023 10:58:09 +0800
Subject: [PATCH] fix:立行立改添加修改责任单位

---
 src/views/toCarryOutLegislativeReforms/reform/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue
index 8d9a4db..9bb34ab 100644
--- a/src/views/toCarryOutLegislativeReforms/reform/index.vue
+++ b/src/views/toCarryOutLegislativeReforms/reform/index.vue
@@ -263,7 +263,7 @@
     }
   },
   created() {
-    this.handleSearch()
+    this.handleSearch({ isInvalid: 0, state: [9, 20, 30] })
     this.getUnitList()
     this.getContaminateList()
   },
@@ -466,7 +466,6 @@
       this.handleSearch(obj)
     },
     handleSearch(obj) {
-      this.searchData.isInvalid = 0
       if (obj) {
         this.searchData = obj
       }

--
Gitblit v1.8.0