政策入库流程-修改文件名、路由

This commit is contained in:
zyn
2023-10-18 10:47:05 +08:00
parent 9149b92e23
commit b579053089
14 changed files with 12 additions and 12 deletions
@@ -316,7 +316,7 @@ export default {
}else if(prcType === 'laws1'){ }else if(prcType === 'laws1'){
//政策入库 //政策入库
// this.toProcessDetail('zcrkStep1',row) // this.toProcessDetail('zcrkStep1',row)
this.toProcessDetail('zcrk1',row) this.toProcessDetail('policyWarehousing1',row)
}else if(prcType === 'laws2'){ }else if(prcType === 'laws2'){
//政策征求意见流程 //政策征求意见流程
this.toProcessDetail('zczqyjStep1',row) this.toProcessDetail('zczqyjStep1',row)
@@ -466,7 +466,7 @@ export default {
// 政策入库流程 // 政策入库流程
this.$router.push({ this.$router.push({
// name: 'zcrkStep1' // name: 'zcrkStep1'
name: 'zcrk1' name: 'policyWarehousing1'
}) })
break break
case '1': case '1':
@@ -494,10 +494,10 @@ export default {
let routeName = '' let routeName = ''
switch (row.taskInfo) { switch (row.taskInfo) {
case '政策入库审批': case '政策入库审批':
routeName = 'zcrk2' routeName = 'policyWarehousing2'
break break
case '重新发起入库流程': case '重新发起入库流程':
routeName = 'zcrk1' routeName = 'policyWarehousing1'
break break
} }
this.$router.push({ this.$router.push({
@@ -825,12 +825,12 @@ export default {
if (mes && mes.taskInfo) { if (mes && mes.taskInfo) {
switch (mes.taskInfo) { switch (mes.taskInfo) {
case '起草': case '起草':
routeName = 'zcrk1' routeName = 'policyWarehousing1'
processName = '申请人发起流程' processName = '申请人发起流程'
break break
} }
} else { } else {
routeName = 'zcrk1' routeName = 'policyWarehousing1'
processName = '申请人发起流程' processName = '申请人发起流程'
} }
this.$router.push({ this.$router.push({
+6 -6
View File
@@ -1143,18 +1143,18 @@ const routes = [
} }
}, },
{ {
path: '/zcrk1', path: '/policyWarehousing1',
name: 'zcrk1', name: 'policyWarehousing1',
component: () => import('@/pages/processCenter/pages/creatProcess/hzwl-zcrk/step1.vue'), component: () => import('@/pages/processCenter/pages/creatProcess/policyWarehousing/step1.vue'),
meta: { meta: {
requireAuth: true, requireAuth: true,
title: '政策入库流程' title: '政策入库流程'
} }
}, },
{ {
path: '/zcrk2', path: '/policyWarehousing2',
name: 'zcrk2', name: 'policyWarehousing2',
component: () => import('@/pages/processCenter/pages/creatProcess/hzwl-zcrk/step2.vue'), component: () => import('@/pages/processCenter/pages/creatProcess/policyWarehousing/step2.vue'),
meta: { meta: {
requireAuth: true, requireAuth: true,
title: '政策入库流程' title: '政策入库流程'