From 46e29a50eccda9f92fb2feeb18fa8a0ea4092587 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期四, 28 十一月 2024 22:31:38 +0800 Subject: [PATCH] 页面传参bug --- 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