From 8b1de8b87d81cb5c4b3c207e10195f392ed330cc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 13 十二月 2024 17:56:02 +0800
Subject: [PATCH] 任务驳回功能基础实现
---
src/views/projectManage/plan/index.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/projectManage/plan/index.vue b/src/views/projectManage/plan/index.vue
index 16a8ffc..2b9f941 100644
--- a/src/views/projectManage/plan/index.vue
+++ b/src/views/projectManage/plan/index.vue
@@ -240,10 +240,7 @@
this.$router.push({
path: '/projectManage/planRecord',
query: {
- id: row.id,
- projectName: row.projectName,
- projectCode: row.projectCode,
- managerFlag: row.managerFlag
+ data: JSON.stringify(row)
}
})
})
--
Gitblit v1.8.0