From caabe4613ac72c37101cc5cb112a7e362dffb332 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 12 Jan 2023 11:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=A0=87=E5=87=86(=E5=8F=91?= =?UTF-8?q?=E5=B8=83)-=E5=88=B6=E4=BF=AE=E8=AE=A2=E7=B1=BB=E5=9E=8B(?= =?UTF-8?q?=E4=BF=AE=E8=AE=A2)=20=E6=B8=85=E7=A9=BA=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/qbrk-product/step13.vue | 5 +++++ 1 file changed, 5 insertions(+) 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,