From 12ab52e9490034843b72f1399da666108cabbe4f Mon Sep 17 00:00:00 2001 From: wang1 <844966816@qq.com> Date: 星期四, 20 七月 2023 14:40:45 +0800 Subject: [PATCH] 提交被覆盖的前端代码,流程模板、流程阶段、流程审批页面 --- Source/UBCS-WEB/src/components/Tree/classifyTrees.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Tree/classifyTrees.vue b/Source/UBCS-WEB/src/components/Tree/classifyTrees.vue index 1a2d201..2ed6a7c 100644 --- a/Source/UBCS-WEB/src/components/Tree/classifyTrees.vue +++ b/Source/UBCS-WEB/src/components/Tree/classifyTrees.vue @@ -914,7 +914,6 @@ //涓氬姟绫诲瀷鎺ュ彛 btmdefaultRend(masterParameter){ referDataGrid({valueField:'id',isMuti:'false',...masterParameter}).then(res=>{ - // console.log(res) this.BtmData=res.data.data.records }) }, @@ -927,7 +926,7 @@ this.crudOid=row.oid; this.crudLCStatus=row.lcStatus; this.crudArray=selection; - gridCodeClassifyTemplateAttr({'conditionMap[classifyTemplateOid]': this.Formlist[0].oid}).then(res => { + gridCodeClassifyTemplateAttr({'conditionMap[classifyTemplateOid]': row.oid}).then(res => { this.ProData = res.data.data; }).catch(res => { this.$message.error(res) -- Gitblit v1.9.3