diff --git a/public/img/bg/img-logo.png b/public/img/bg/img-logo.png index 9a6b2a4..e298c8a 100644 Binary files a/public/img/bg/img-logo.png and b/public/img/bg/img-logo.png differ diff --git a/src/views/plugin/workflow/process/components/form.vue b/src/views/plugin/workflow/process/components/form.vue index 2d9ce58..2d05695 100644 --- a/src/views/plugin/workflow/process/components/form.vue +++ b/src/views/plugin/workflow/process/components/form.vue @@ -277,6 +277,8 @@ export default { // 任务父类 taskParentChange(id) { getTaskTypeData({ parentId: id }).then((res) => { + this.form.renwuzhonglei = "" + this.form.renwudengji = "" const renwuzhonglei = this.findObject( this.option.column, "renwuzhonglei" @@ -289,6 +291,7 @@ export default { return i.id === id; }); getModuleAndDataTable({ id: obj.id, type: obj.type }).then((res) => { + this.form.xitongmokuaishujubiao = "" const xitongmokuaishujubiao = this.findObject( this.option.column, "xitongmokuaishujubiao"