feat: There is no way the,

This commit is contained in:
super_liu
2022-05-19 15:31:24 +08:00
parent 068798f0c9
commit cf688e2f6d
4 changed files with 3 additions and 13 deletions
@@ -2948,7 +2948,7 @@
const planForm = {}
planForm.id = this.form.planId
planForm.planStatus = '2'
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
_this: this
}, res => {
if (res.ok) {
@@ -2545,7 +2545,7 @@
const planForm = {}
planForm.id = this.form.planId
planForm.planStatus = '4'
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
_this: this
}, res => {
if (this.$route.query.bpnId && this.$route.query.bpnId !== '') {
@@ -2721,7 +2721,7 @@
const planForm = {}
planForm.id = this.form.planId
planForm.planStatus = '2'
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
_this: this
}, res => {
if (res.ok) {
-10
View File
@@ -2911,16 +2911,6 @@ const routes = [
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibraryProduct13',
name: 'phoneBussLibraryProduct13',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step13.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
]
},