From 1c407a93546036bc0438fbe019aeaf03f6ef1805 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 05 七月 2023 19:15:38 +0800
Subject: [PATCH] 提交代码

---
 Source/UBCS-WEB/src/components/Tree/attrCrud.vue |   33 +++++++++++++++++++--------------
 1 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Tree/attrCrud.vue b/Source/UBCS-WEB/src/components/Tree/attrCrud.vue
index cdf2b52..ea33289 100644
--- a/Source/UBCS-WEB/src/components/Tree/attrCrud.vue
+++ b/Source/UBCS-WEB/src/components/Tree/attrCrud.vue
@@ -12,18 +12,17 @@
       <el-button icon="el-icon-menu" size="small" @click="attrVisibleHandle">灞炴�у垎缁�</el-button>
       </el-button-group>
       <el-button-group>
-      <!--        鍒嗙被娉ㄥ叆-->
-      <el-button icon="el-icon-magic-stick" size="small" @click="injectBtn">鍒嗙被娉ㄥ叆</el-button>
-        <!--    缁勫悎瑙勫垯-->
-        <el-button size="small" @click="isShowHandler">缁勫悎瑙勫垯</el-button>
-      <!--        鏋氫妇娉ㄥ叆-->
-      <el-button size="small" @click="enmuVisHandle">鏋氫妇娉ㄥ叆</el-button>
-      <!--    绾ц仈灞炴��-->
-      <el-button size="small" @click="CascadeHandle">绾ц仈灞炴��</el-button>
-      <!--    棰勮鎺掑簭-->
-      <el-button size="small" icon="el-icon-arrow-down">棰勮鎺掑簭</el-button>
+        <!--        鍒嗙被娉ㄥ叆-->
+        <el-button icon="el-icon-magic-stick" size="small" @click="injectBtn">鍒嗙被娉ㄥ叆</el-button>
+          <!--    缁勫悎瑙勫垯-->
+          <el-button size="small" @click="isShowHandler">缁勫悎瑙勫垯</el-button>
+        <!--        鏋氫妇娉ㄥ叆-->
+        <el-button size="small" @click="enmuVisHandle">鏋氫妇娉ㄥ叆</el-button>
+        <!--    绾ц仈灞炴��-->
+        <el-button size="small" @click="CascadeHandle">绾ц仈灞炴��</el-button>
+        <!--    棰勮鎺掑簭-->
+        <el-button size="small" icon="el-icon-arrow-down">棰勮鎺掑簭</el-button>
       </el-button-group>
-      <el-button-group>
       <!--    淇濆瓨-->
       <el-button size="small" @click="addsHandler" icon="el-icon-check">淇濆瓨</el-button>
       <!--    鍒犻櫎-->
@@ -31,8 +30,7 @@
       <!--    閲嶇疆-->
       <el-button size="small" @click="reset" icon="el-icon-refresh-right">閲嶇疆</el-button>
       <!--    鍚屾鍒板叾浠栨ā鏉�-->
-      <el-button size="small"@click="syncHandle" icon="el-icon-share">鍚屾鍒板叾浠栨ā鏉�</el-button>
-      </el-button-group>
+      <el-button size="small" @click="syncHandle">鍚屾鍒板叾浠栨ā鏉�</el-button>
       <!--    缂栫爜鐢宠棰勮-->
       <el-button size="small" @click="applicationHandle" style="">缂栫爜鐢宠棰勮</el-button>
       <!--        楠岃瘉瑙勫垯-->
@@ -1497,7 +1495,14 @@
     },
     //鍒嗙被娉ㄥ叆淇濆瓨
     injectAddHandle() {
-      this.$set(this.attrRow, 'classifyInvokeLevel', this.injectOption);
+      let data = {
+        "娉ㄥ叆绫诲瀷": this.injectOption.type,
+        "娉ㄥ叆绫诲瀷鍚嶇О": this.injectOption.set,
+        "灞傜骇璁剧疆": this.injectOption.injectNum,
+        "鏄惁鍙慨鏀�": this.injectOption.change
+      }
+      console.log(this.injectOption)      
+      this.$set(this.attrRow, 'classifyInvokeLevel', data);
       this.injectVisible = false
     },
     //鍒嗙被娉ㄥ叆娓呯┖

--
Gitblit v1.9.3