From e564beb607ed42a01513ff8482cce3b4b04378db Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 07 九月 2023 17:54:38 +0800
Subject: [PATCH] 	modified:   src/views/basicData/index.vue 	modified:   src/views/experiment/reportAuditing/index.vue 	modified:   src/views/laboratory/role/index.vue

---
 src/views/laboratory/organizational/index.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/laboratory/organizational/index.vue b/src/views/laboratory/organizational/index.vue
index 3561611..b5cf795 100644
--- a/src/views/laboratory/organizational/index.vue
+++ b/src/views/laboratory/organizational/index.vue
@@ -23,7 +23,7 @@
           <el-button
             type="primary"
             size="small"
-            icon="el-icon-circle-plus-outline"
+            icon="el-icon-plus"
             @click="dialogVisible = true"
             >鏂板</el-button
           >
@@ -92,7 +92,6 @@
           <el-input
             placeholder="璇疯緭鍏ラ儴闂ㄥ悕绉�"
             v-model="formData.department"
-            clearable
             style="width: 80%"
           >
           </el-input>
@@ -281,7 +280,10 @@
       handler(newVal, oldVal) {
         if (newVal == false) {
           this.isUpdate = false;
-          this.formData = {};
+          this.formData = {
+            fatherId: "",
+            department: "",
+          };
           this.$refs.ruleForm.resetFields();
         }
       },
@@ -313,6 +315,7 @@
 }
 .filter-tree {
   margin-top: 6px;
+  // display: inline-block;
 }
 .table_top_div {
   height: 80px;

--
Gitblit v1.9.3