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()