feat: There is no way the,
This commit is contained in:
@@ -2948,7 +2948,7 @@
|
|||||||
const planForm = {}
|
const planForm = {}
|
||||||
planForm.id = this.form.planId
|
planForm.id = this.form.planId
|
||||||
planForm.planStatus = '2'
|
planForm.planStatus = '2'
|
||||||
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
|
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
|
|||||||
@@ -2545,7 +2545,7 @@
|
|||||||
const planForm = {}
|
const planForm = {}
|
||||||
planForm.id = this.form.planId
|
planForm.id = this.form.planId
|
||||||
planForm.planStatus = '4'
|
planForm.planStatus = '4'
|
||||||
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
|
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (this.$route.query.bpnId && this.$route.query.bpnId !== '') {
|
if (this.$route.query.bpnId && this.$route.query.bpnId !== '') {
|
||||||
|
|||||||
@@ -2721,7 +2721,7 @@
|
|||||||
const planForm = {}
|
const planForm = {}
|
||||||
planForm.id = this.form.planId
|
planForm.id = this.form.planId
|
||||||
planForm.planStatus = '2'
|
planForm.planStatus = '2'
|
||||||
this.$http.post("esRevisePlan/es-revise-plan/modPlan", planForm, {
|
this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
|
|||||||
@@ -2911,16 +2911,6 @@ const routes = [
|
|||||||
title: '企标制修订流程及企业标准库流程'
|
title: '企标制修订流程及企业标准库流程'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '/phoneBussLibraryProduct13',
|
|
||||||
name: 'phoneBussLibraryProduct13',
|
|
||||||
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step13.vue'),
|
|
||||||
meta: {
|
|
||||||
isBoolean: true,
|
|
||||||
requireAuth: true,
|
|
||||||
title: '企标制修订流程及企业标准库流程'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user