From c9f99d8cc23f130acc27638114de3270291aea3a Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Thu, 19 May 2022 10:10:18 +0800 Subject: [PATCH] feat: There is no way the, bug #52771 --- .../pages/creatProcess/qbrk-product/step13.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue index 0ad4db635..279f5ffa9 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue @@ -2498,15 +2498,8 @@ this.$message.success("入库成功") // 自动匹配配置标准 this.saveConfStand(res.data) - const planForm = {} - planForm.id = this.form.planId - planForm.planStatus = '4' - this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, { - _this: this - }, res => { - this.submitLoading = false - this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) - }) + this.submitLoading = false + this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) this.isSubmit = false