From 3f9e0d7d815bd9d435535ced80e36b752545ec6d Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Sat, 14 May 2022 22:15:32 +0800 Subject: [PATCH] feat: There is no way the, bug #52770 --- .../pages/creatProcess/qbrk-product/common/formEditList.vue | 6 +++--- .../pages/creatProcess/qbrk-product/step13.vue | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue index 103c34cd5..10488a8ea 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue @@ -852,8 +852,8 @@ break; default : ; } - this.fileMadel = true; - this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.XGDFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadel,this.fileList,fileType,this.madelSubList); + this.fileMadelSub = true + this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.XGDFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadelSub,this.fileList,fileType,this.madelSubList); }, filePreview(){ this.$preview(this.fileId) @@ -969,7 +969,7 @@ form: { handler: function (val) { if(val){ - this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.XGDFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadel,this.fileList,'',this.madelSubList); + this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.XGDFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadelSub,this.fileList,'',this.madelSubList); } }, deep: true //对象的深度验证 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue index 86d86fd32..1653580bd 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue @@ -2185,6 +2185,7 @@ break; default : ; } + this.formKey++ }, popoverHideBusVs (checkedIds, checkedData,isShow,isLoadChild,topId) { if(checkedData) { @@ -2456,6 +2457,8 @@ this.form.approvalOpinion = this.formTongGuo.approvalOpinion this.form.topId = this.pId const json = JSON.stringify(this.form); + this.processCreateBuss(json) + return this.$http.post('lawss/activiti/completeTask', { taskIds: this.taskIds, userId : this.userId,