From 4bcd377fd9e2369a4bf68f6ee86fde84084862aa Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 28 十一月 2024 09:57:46 +0800 Subject: [PATCH] 流程的关闭页面逻辑 --- src/views/projectManage/plan/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/projectManage/plan/index.vue b/src/views/projectManage/plan/index.vue index 7d2d5f5..676cbd7 100644 --- a/src/views/projectManage/plan/index.vue +++ b/src/views/projectManage/plan/index.vue @@ -331,7 +331,7 @@ this.$router.push({ path: '/projectManage/planRecord', query: { - data: JSON.stringify(row) + data: row } }) } -- Gitblit v1.8.0