From 784c5621aeaec3bded9602aecb3773fef16e549a Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 08 十一月 2023 12:35:09 +0800 Subject: [PATCH] btmTypeId更改 --- Source/UBCS-WEB/src/components/Master/MasterTree.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Master/MasterTree.vue b/Source/UBCS-WEB/src/components/Master/MasterTree.vue index bbd9ed5..4d4bfd5 100644 --- a/Source/UBCS-WEB/src/components/Master/MasterTree.vue +++ b/Source/UBCS-WEB/src/components/Master/MasterTree.vue @@ -61,7 +61,7 @@ if (node.data != false) { const parentId = (node.level === 0) ? 0 : node.data.oid; const parentBtmName = node.data.attributes.btmname; - getTreeList({parentOid: parentId, parentBtmName: parentBtmName,'conditionMap[id]': this.referTreeId }).then(res => { + getTreeList({parentOid: parentId, parentBtmName: parentBtmName,'conditionMap[btmTypeId]': this.referTreeId }).then(res => { resolve(res.data.map(item => { return { ...item, @@ -108,7 +108,7 @@ const [firstProperty] = res.data; this.ModifyProperties(this.Treedata, 'text', 'label'); this.referTreeId=firstProperty.attributes.btmTypeId; - console.log(this.referTreeId) + // console.log(this.referTreeId) this.codeClassifyOid = firstProperty.oid; this.coderuleoid = firstProperty.attributes.coderuleoid; this.$emit("coderuleoid", this.coderuleoid) -- Gitblit v1.9.3