From d762fc609a101b1a82576a54f835834f4e9cd9b9 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 07 九月 2023 10:54:39 +0800
Subject: [PATCH] 	modified:   src/layout/components/Sidebar/SidebarItem.vue 	modified:   src/router/index.js 	modified:   src/views/CNAS/nonConformanceManage/index.vue 	modified:   src/views/CNAS/reviewAnnualPlan/index.vue 	modified:   src/views/CNAS/satisfactionSurveys/index.vue 	modified:   src/views/basicData/index.vue 	modified:   src/views/experiment/inspectionApplication/index.vue 	modified:   src/views/inspectionManagement/commissionInspection/index.vue 	modified:   src/views/inspectionManagement/reportForInspection/index.vue 	modified:   src/views/laboratory/organizational/index.vue 	modified:   src/views/login/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 b44012b..b8e8d8a 100644
--- a/src/views/laboratory/organizational/index.vue
+++ b/src/views/laboratory/organizational/index.vue
@@ -12,6 +12,7 @@
         :filter-node-method="filterNode"
         ref="tree"
         @node-click="handleNodeClick"
+				:expand-on-click-node="false"
       >
       </el-tree>
     </div>
@@ -22,7 +23,7 @@
           <el-button
             type="primary"
             size="small"
-            icon="el-icon-circle-plus-outline"
+            icon="el-icon-plus"
             @click="dialogVisible = true"
             >鏂板</el-button
           >
@@ -91,7 +92,6 @@
           <el-input
             placeholder="璇疯緭鍏ラ儴闂ㄥ悕绉�"
             v-model="formData.department"
-            clearable
             style="width: 80%"
           >
           </el-input>
@@ -280,7 +280,10 @@
       handler(newVal, oldVal) {
         if (newVal == false) {
           this.isUpdate = false;
-          this.formData = {};
+          this.formData = {
+            fatherId: "",
+            department: "",
+          };
           this.$refs.ruleForm.resetFields();
         }
       },

--
Gitblit v1.9.3