From 9c5ac8c682b95106408012b40b01e5131cd37484 Mon Sep 17 00:00:00 2001
From: weidy <lastanimals@163.com>
Date: 星期三, 05 七月 2023 17:25:00 +0800
Subject: [PATCH] 业务类型的定义
---
Source/UBCS-WEB/src/components/Tree/classifyTreeform.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/Tree/classifyTreeform.vue b/Source/UBCS-WEB/src/components/Tree/classifyTreeform.vue
index 9b013db..a5dc3e3 100644
--- a/Source/UBCS-WEB/src/components/Tree/classifyTreeform.vue
+++ b/Source/UBCS-WEB/src/components/Tree/classifyTreeform.vue
@@ -41,13 +41,13 @@
props: ['loneTreeNewForm','flag'],
data() {
return {
- KeyData:[],
- simData:[],
name:"",
oid:"",
masterInput:'',
MasterSearchSelects:"",
masterData:[],
+ KeyData:[],
+ simData:[],
masterOption:{
addBtn:false,
index:true,
@@ -204,8 +204,6 @@
}
},
created() {
- this.MasterdefaultRend()
- this.KeydefaultRend()
},
methods: {
submits(form,done){
@@ -224,6 +222,7 @@
//缂栫爜瑙勫垯澶辩劍
CodeFoucus(){
this.MasterdialogVisible=true;
+ this.MasterdefaultRend()
},
//缂栫爜瑙勫垯纭畾
MasterHandlerClick(){
@@ -256,12 +255,14 @@
}).then(res=>{
console.log('---',res)
this.masterData=res.data.records;
+ console.log('masterData',this.masterData)
})
},
// 鍏抽敭灞炴�уけ鐒�
Keyfouce(){
this.KeydialogVisible=true;
+ this.KeydefaultRend()
},
//鍏抽敭灞炴�х‘瀹�
KeyHandlerClick(){
@@ -280,7 +281,7 @@
'conditionMap["lcstatus"]':'Enabled'
}).then(res=>{
this.keyData=res.data.records;
-
+ console.log('key',this.keyData)
})
},
// 鐩镐技椤瑰け鐒�
--
Gitblit v1.9.3