From b3cf9c2ba733bcdff22df63fcf18e1b31f278a3c Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 18 Aug 2023 16:48:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E5=8F=B7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk-product/step13.vue | 6 +++--- src/pages/processCenter/pages/creatProcess/qbrk/step13.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue index 18e19f20c..2594dc8dc 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue @@ -2544,9 +2544,9 @@ }) } }, - ifStandCodebyStandName(standCode,standName){ + ifStandCodebyStandName(standCode,standName,taskIds,standNum){ return new Promise((resolve, reject)=>{ - this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName}) + this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum}) .then(res => resolve(res)) .catch(e => { throw new Error(e) @@ -2615,7 +2615,7 @@ this.$refs['formTongGuo'].validate((valid) => { if (valid) { if(this.form.standStatus === '1' || this.form.standStatus === '2'){ - this.ifStandCodebyStandName(this.form.standCode,this.form.standName) + this.ifStandCodebyStandName(this.form.standCode,this.form.standName,this.taskIds,this.form.standNum) .then((res)=>{ if(res.ok){ this.completeTask() diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue index 6153a7eca..5803687d5 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue @@ -2646,9 +2646,9 @@ this.rules.commentText[0].required = true; } }, - ifStandCodebyStandName(standCode,standName){ + ifStandCodebyStandName(standCode,standName,taskIds,standNum){ return new Promise((resolve, reject)=>{ - this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName}) + this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum}) .then(res => resolve(res)) .catch(e => { throw new Error(e) @@ -2710,7 +2710,7 @@ this.$refs['formTongGuo'].validate((valid) => { if (valid) { if(this.form.reviseStatus === '1' || this.form.reviseStatus === '2'){ - this.ifStandCodebyStandName(this.form.standCode,this.form.standName) + this.ifStandCodebyStandName(this.form.standCode,this.form.standName,this.taskIds,this.form.standNum) .then((res)=>{ if(res.ok){ this.completeTask()