diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue index 788af07cd..323d3fb99 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue @@ -2518,6 +2518,11 @@ this.form.topId = this.pId this.form.reviseStatus = 'buss2_'+this.form.standStatus this.form.textStatusBuss = '6jnqba2mby' + // 修订时 清空历史版本文件 + if(this.form.standStatus==='2') { + this.form.LSBBBUSSName = '' + this.form.LSBBBUSS = '' + } const json = JSON.stringify(this.form); this.$http.post('lawss/activiti/completeTask', { taskIds: this.taskIds,