From e640d8eb4e00918040f428661e31a96975da889e Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 18 Apr 2023 09:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E5=8F=8A=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/process/components/detail.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/plugin/workflow/process/components/detail.vue b/src/views/plugin/workflow/process/components/detail.vue index e1c3854..de852fe 100644 --- a/src/views/plugin/workflow/process/components/detail.vue +++ b/src/views/plugin/workflow/process/components/detail.vue @@ -499,7 +499,7 @@ export default { // rwfl.dicData = taskParent.data.data; this.taskParentList = taskParent.data.data // 任务种类 - const taskTypeData = await getTaskTypeData({ parentId: renwufulei,isDetail:0 }); + const taskTypeData = await getTaskTypeData({ parentId: renwufulei,isDetail:1 }); // const renwuzhonglei = this.findObject( // this.option.column, // "renwuzhonglei" @@ -645,7 +645,8 @@ export default { variables.xitongmingchengshujuku = this.form.xitongmingchengshujuku ? this.form.xitongmingchengshujuku : ''; variables.xitongmokuaishujubiao = this.form.xitongmokuaishujubiao ? - this.form.xitongmokuaishujubiao : '' + this.form.xitongmokuaishujubiao : ''; + variables.$renwuzhonglei = this.kindList.find(item => item.id == this.form.renwuzhonglei) ? this.kindList.find(item => item.id == this.form.renwuzhonglei).taskTypeName : '' this.handleCompleteTask(pass, variables) .then(() => { this.$message.success("处理成功");