{{ item.name }} + + +
+diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue
index 122aef03c..458b47999 100644
--- a/src/pages/home2/components/todoList/index.vue
+++ b/src/pages/home2/components/todoList/index.vue
@@ -1665,7 +1665,7 @@ export default {
}else if(row.taskInfo === '企标制修订计划整改') {
this.$router.push({
name: 'qbzxdjhgkStep1',
- query:{
+ query: {
taskIds: row.taskIds,
prcId: row.prcId,
prcNum: row.prcNum,
@@ -1674,11 +1674,25 @@ export default {
}
})
}
- break
- case 'laws2':
- if (row.taskInfo === '责任对接人进行任务下发') {
+ break;
+ case "26":
+ if (row.taskInfo === "立项确认") {
this.$router.push({
- name: 'zczqyjStep2',
+ name: "qbzxdlxStep2",
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ });
+ }
+ break;
+ case "laws2":
+ if (row.taskInfo === "责任对接人进行任务下发") {
+ this.$router.push({
+ name: "zczqyjStep2",
query: {
taskIds: row.taskIds,
prcId: row.prcId,
diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue
index 32e0b76fc..d6c4eb3a0 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue
@@ -13,75 +13,77 @@
{{ item.name }} + + +
+