From 5e9e87b983ca0d293ea5ee4ec72e84e0000f56fd Mon Sep 17 00:00:00 2001 From: fujunling <2984387807@qq.com> Date: 星期三, 28 六月 2023 16:53:25 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/components/Master/MasterTree.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Master/MasterTree.vue b/Source/UBCS-WEB/src/components/Master/MasterTree.vue index 3163e4a..4d63d27 100644 --- a/Source/UBCS-WEB/src/components/Master/MasterTree.vue +++ b/Source/UBCS-WEB/src/components/Master/MasterTree.vue @@ -68,14 +68,14 @@ } }, created() { - this.getTreeList() + this.getTreeLists() }, computed:{ }, methods:{ //鑾峰彇鏁版嵁 - getTreeList(){ + getTreeLists(){ getTreeList({'conditionMap[id]': 'wupin'}).then(res=>{ this.Treedata=res.data this.ModifyProperties(this.Treedata, 'text', 'label'); @@ -146,14 +146,13 @@ async nodeClick(data) { try { this.nodeClickList = data; + this.tableHeadDataFateher=[] + this.tableHeadFindData=[] await this.TableHeadRend(); // 鍏堟墽琛� TableHeadRend() this.TableRend(); // TableHeadRend() 鏂规硶瀹屾垚鍚庡啀鎵ц TableRend() this.$emit('nodeClick',this.templateOids) this.$emit("codeClassifyOid", this.nodeClickList.oid ) - // console.log('鍏冩暟鎹�',this.templateOids) - // console.log('鍏冩暟鎹甤od',this.codeClassifyOid) - // console.log('鍏冩暟鎹畁odeclick', this.nodeClickList.oid) - // console.log(this.tableHeadFindData) + } catch (error) { // 澶勭悊閿欒 this.$message.error(error) -- Gitblit v1.9.3