diff --git a/src/pages/loginVerifyPhone/index.vue b/src/pages/loginVerifyPhone/index.vue index 0e17cc13d..99b12dfd2 100644 --- a/src/pages/loginVerifyPhone/index.vue +++ b/src/pages/loginVerifyPhone/index.vue @@ -38,7 +38,8 @@ showClose: false, showCancelButton: false, }).then(() => { - HWH5.close() + // hwh5.close() + this.$router.go(-2) }) }, /** diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue index 0e314fe71..252babb58 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue @@ -215,7 +215,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('退回成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isBack = false @@ -244,7 +245,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue index 908562e60..18b4765bb 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue @@ -211,7 +211,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('退回成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isBack = false @@ -240,7 +241,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue index ec7d96226..32b7d917d 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue @@ -261,7 +261,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isBack = false @@ -302,7 +303,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue index 70f2afd9e..1e8e918cf 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue @@ -284,7 +284,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('退回成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isBack = false @@ -309,7 +310,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue index f3bd17a0d..702c85302 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue @@ -239,7 +239,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('退回成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isBack = false @@ -267,7 +268,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue index b7695538e..0f8e658ab 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue @@ -252,7 +252,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('退回成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isBack = false @@ -282,7 +283,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue index e21aa5ead..e5b837910 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue @@ -270,7 +270,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isBack = false @@ -306,7 +307,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue b/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue index 85a6b58ce..d4865d955 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue @@ -282,7 +282,8 @@ this.drawerModal = false this.$message.success('调整成功') this.processNum() - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) @@ -333,7 +334,8 @@ }, {}, res => { if (res.success) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false @@ -355,7 +357,8 @@ }, {}, res => { if (res.success) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } }) diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step9.vue b/src/pages/processCenter/pages/phone/bzzqyj/step9.vue index 055254b8e..69790269c 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step9.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step9.vue @@ -357,7 +357,8 @@ }, {}, res => { if (res.success) { this.$message.success("提交成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; @@ -376,7 +377,8 @@ }, {}, res => { if (res.success) { this.$message.success("驳回成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step2.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step2.vue index d36ef9c24..92b1db25f 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step2.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step2.vue @@ -238,7 +238,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue index ec6597159..3ba989fed 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue @@ -333,7 +333,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -371,7 +372,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -402,7 +404,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue index faf207dde..5a8839d49 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue @@ -333,7 +333,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -371,7 +372,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -402,7 +404,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue index d581509d4..b716523cb 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue @@ -333,7 +333,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -371,7 +372,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -402,7 +404,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) diff --git a/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue b/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue index ad5ac4a2a..eb86c69f4 100644 --- a/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue +++ b/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue @@ -342,7 +342,8 @@ export default { if (res.success) { this.drawerModal = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); this.processNum() } else { @@ -486,7 +487,8 @@ export default { if (res.success) { this.turnLoading = false; this.$message.success("调整成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } else { this.$message.warning(res.message); @@ -512,7 +514,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -541,7 +544,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; diff --git a/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue b/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue index 1be4fd3b4..cf1dd0e28 100644 --- a/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue +++ b/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue @@ -343,7 +343,8 @@ export default { if (res.success) { this.drawerModal = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); this.processNum() } else { @@ -472,7 +473,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) @@ -498,7 +500,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -524,7 +527,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step10.vue b/src/pages/processCenter/pages/phone/qbrk-product/step10.vue index 2c788c0cb..a728014ea 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step10.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step10.vue @@ -909,7 +909,8 @@ export default { if (res.success) { this.drawerModal = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) this.processNum() } else { @@ -1934,7 +1935,8 @@ export default { // this.processCreateLaws(json) } this.isSubmit = false - hwh5.close() + // hwh5.close() + this.$router.go(-2) // 流程提交之后,应该流转至待办任务页面 this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) }else { diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step12.vue b/src/pages/processCenter/pages/phone/qbrk-product/step12.vue index 53715ac64..badc5898f 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step12.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step12.vue @@ -909,7 +909,8 @@ export default { if (res.success) { this.drawerModal = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) this.processNum() } else { @@ -1934,7 +1935,8 @@ export default { // this.processCreateLaws(json) } this.isSubmit = false - hwh5.close() + // hwh5.close() + this.$router.go(-2) // 流程提交之后,应该流转至待办任务页面 this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) }else { diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step4.vue b/src/pages/processCenter/pages/phone/qbrk-product/step4.vue index 5cdc47c39..15554fae7 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step4.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step4.vue @@ -907,7 +907,8 @@ export default { if (res.success) { this.drawerModal = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) this.processNum() } else { @@ -1932,7 +1933,8 @@ export default { // this.processCreateLaws(json) } this.isSubmit = false - hwh5.close() + // hwh5.close() + this.$router.go(-2) // 流程提交之后,应该流转至待办任务页面 this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) }else { diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step7.vue b/src/pages/processCenter/pages/phone/qbrk-product/step7.vue index 00630f2e0..cc070093d 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step7.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step7.vue @@ -1972,7 +1972,8 @@ export default { if (res.success) { this.drawerModal = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) this.processNum() } else { @@ -2025,7 +2026,8 @@ export default { // 流程提交之后,应该流转至待办任务页面 this.isSubmit = false this.saveLoading = false - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) // if(this.formTongGuo.approvalOpinion === '1'){ // this.$message.warning("驳回成功") diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step8.vue b/src/pages/processCenter/pages/phone/qbrk-product/step8.vue index a89c9e379..38e6110c3 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step8.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step8.vue @@ -909,7 +909,8 @@ export default { if (res.success) { this.drawerModal = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) this.processNum() } else { @@ -1934,7 +1935,8 @@ export default { // this.processCreateLaws(json) } this.isSubmit = false - hwh5.close() + // hwh5.close() + this.$router.go(-2) // 流程提交之后,应该流转至待办任务页面 this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) }else { diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue index 0317dec5d..f5d0d4df5 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue @@ -255,7 +255,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) @@ -292,7 +293,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message) - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false @@ -316,7 +318,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message) - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue index 8875de36a..7c8546796 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue @@ -255,7 +255,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) @@ -292,7 +293,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message) - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false @@ -316,7 +318,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message) - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue index 87ab6ed86..93689e525 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue @@ -254,7 +254,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) @@ -291,7 +292,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message) - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false @@ -315,7 +317,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message) - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue index 5b1c46a6c..8abc79377 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue @@ -254,7 +254,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) @@ -295,7 +296,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message) - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false @@ -319,7 +321,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message) - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/wfhxzg/step2.vue b/src/pages/processCenter/pages/phone/wfhxzg/step2.vue index 985d3ca2b..d83fc4e27 100644 --- a/src/pages/processCenter/pages/phone/wfhxzg/step2.vue +++ b/src/pages/processCenter/pages/phone/wfhxzg/step2.vue @@ -301,7 +301,8 @@ export default { completeTask(params).then(res => { if(res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -352,7 +353,8 @@ export default { completeTask(params).then(res => { if(res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -373,7 +375,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) diff --git a/src/pages/processCenter/pages/phone/wfhxzg/step3.vue b/src/pages/processCenter/pages/phone/wfhxzg/step3.vue index 576cc0ef8..75c14fe32 100644 --- a/src/pages/processCenter/pages/phone/wfhxzg/step3.vue +++ b/src/pages/processCenter/pages/phone/wfhxzg/step3.vue @@ -330,7 +330,8 @@ export default { completeTask(params).then(res => { if (res.success === true) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false @@ -351,7 +352,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({ name: "processCenter" }) diff --git a/src/pages/processCenter/pages/phone/wfhxzg/step5.vue b/src/pages/processCenter/pages/phone/wfhxzg/step5.vue index 70755d281..402fefb3b 100644 --- a/src/pages/processCenter/pages/phone/wfhxzg/step5.vue +++ b/src/pages/processCenter/pages/phone/wfhxzg/step5.vue @@ -227,7 +227,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false @@ -250,7 +251,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) @@ -273,7 +275,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success('驳回成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') this.backLoading = false } diff --git a/src/pages/processCenter/pages/phone/xmqdqr/step5.vue b/src/pages/processCenter/pages/phone/xmqdqr/step5.vue index b785d9379..0f119848a 100644 --- a/src/pages/processCenter/pages/phone/xmqdqr/step5.vue +++ b/src/pages/processCenter/pages/phone/xmqdqr/step5.vue @@ -334,7 +334,8 @@ export default { if (res.success) { this.drawerModal = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); this.processNum() } else { @@ -377,7 +378,8 @@ export default { if (res.success) { this.turnLoading = false this.$message.success('调整成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter") } else { this.$message.warning(res.message) @@ -505,7 +507,8 @@ export default { }).then(res => { if (res.sign && res.sign === '0') { this.$message.success('接收成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false @@ -555,7 +558,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } }, e => { @@ -578,7 +582,8 @@ export default { }, res => { if (res.success) { this.$message.success(res.message); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step4.vue b/src/pages/processCenter/pages/phone/zczqyj/step4.vue index 68682b766..7227787a6 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step4.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step4.vue @@ -225,7 +225,8 @@ export default { this.drawerModal = false this.$message.success('调整成功') this.processNum() - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) @@ -271,7 +272,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } this.isSubmit = false @@ -290,7 +292,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success('提交成功') - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push('/processCenter') } }) diff --git a/src/pages/processCenter/pages/phone/zczqyj/step5.vue b/src/pages/processCenter/pages/phone/zczqyj/step5.vue index f70cd93d9..f407ff8ee 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step5.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step5.vue @@ -352,7 +352,8 @@ export default { this.drawerModal = false this.$message.success('调整成功') this.processNum() - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) @@ -428,7 +429,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("提交成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; @@ -448,7 +450,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("驳回成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step6.vue b/src/pages/processCenter/pages/phone/zczqyj/step6.vue index 0736bbe91..946534e06 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step6.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step6.vue @@ -234,7 +234,8 @@ export default { this.drawerModal = false this.$message.success('调整成功') this.processNum() - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) @@ -314,7 +315,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("提交成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; @@ -334,7 +336,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("驳回成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step7.vue b/src/pages/processCenter/pages/phone/zczqyj/step7.vue index a2fc98ac4..4a8b5585d 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step7.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step7.vue @@ -235,7 +235,8 @@ export default { this.drawerModal = false this.$message.success('调整成功') this.processNum() - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) @@ -315,7 +316,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("提交成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; @@ -335,7 +337,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("驳回成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step8.vue b/src/pages/processCenter/pages/phone/zczqyj/step8.vue index c1c474c19..2fc573547 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step8.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step8.vue @@ -234,7 +234,8 @@ export default { this.drawerModal = false this.$message.success('调整成功') this.processNum() - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) @@ -314,7 +315,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("提交成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; @@ -334,7 +336,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("驳回成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; diff --git a/src/pages/processCenter/pages/phone/zczqyj/step9.vue b/src/pages/processCenter/pages/phone/zczqyj/step9.vue index eab92aaf8..01383402b 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step9.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step9.vue @@ -234,7 +234,8 @@ export default { this.drawerModal = false this.$message.success('调整成功') this.processNum() - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) @@ -314,7 +315,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("提交成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false; @@ -334,7 +336,8 @@ export default { }, {}, res => { if (res.success) { this.$message.success("驳回成功"); - hwh5.close() + // hwh5.close() + this.$router.go(-2) this.$router.push("/processCenter"); } this.isSubmit = false;