feat: There is no way the, bug #52771

This commit is contained in:
super_liu
2022-05-19 10:10:18 +08:00
parent cfd33c4984
commit c9f99d8cc2
@@ -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