From 613f3ea8ecad00f780c77ef0c8398d7a60bab78a Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Tue, 4 Jul 2023 09:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E7=B3=BB=E7=BB=9F=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=98=BE=E7=A4=BA=E9=9A=90=E8=97=8F=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/process/components/detail.vue | 1 + src/views/plugin/workflow/process/components/effect.vue | 4 ++-- 2 files 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 0a7fa81..43c7ede 100644 --- a/src/views/plugin/workflow/process/components/detail.vue +++ b/src/views/plugin/workflow/process/components/detail.vue @@ -716,6 +716,7 @@ export default { this.form.xitongmingchengshujuku : ''; variables.xitongmokuaishujubiao = this.form.xitongmokuaishujubiao ? this.form.xitongmokuaishujubiao : ''; + variables.beizhu = this.form.beizhu ? this.form.beizhu : "";//备注是否有值都不行传参 variables.$renwuzhonglei = this.kindList.find(item => item.id == this.form.renwuzhonglei) ? this.kindList.find(item => item.id == this.form.renwuzhonglei).taskTypeName : '' variables.$chongfumoshi = this.repeatList.find(item => item.id == this.form.chongfumoshi) ? this.repeatList.find(item => item.id == this.form.chongfumoshi).dictValue : '' variables.$guanlibumen = diff --git a/src/views/plugin/workflow/process/components/effect.vue b/src/views/plugin/workflow/process/components/effect.vue index c11605f..6806ae2 100644 --- a/src/views/plugin/workflow/process/components/effect.vue +++ b/src/views/plugin/workflow/process/components/effect.vue @@ -125,7 +125,7 @@ export default { label: "部门系统", placeholder:' ', span: 7, - display: true, + display: false, prop: "operateSys", labelPosition: "top", disabled: true, @@ -283,7 +283,7 @@ export default { this.form = res.data.data; // console.log('form',this.form) if(this.userInfo){ - this.option.column.find(item => item.prop == 'operateSys').display = this.form.operateSysName ? true : false; + this.option.column.find(item => item.prop == 'operateSys').display = this.form.operateSysName ? false : true; this.option.column.find(item => item.prop == 'operateSysName').display = this.form.operateSysName ? true : false; this.option.column.find(item => item.prop == 'remark').disabled = (this.form.isFinish === 1 ||