From 679ede97899d73d5a7619091b6ee3b7c881d1627 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期六, 28 六月 2025 10:04:27 +0800 Subject: [PATCH] 修改bug --- laboratory/src/views/chemistQa/projectTesting/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/laboratory/src/views/chemistQa/projectTesting/index.vue b/laboratory/src/views/chemistQa/projectTesting/index.vue index 487809b..b8140b4 100644 --- a/laboratory/src/views/chemistQa/projectTesting/index.vue +++ b/laboratory/src/views/chemistQa/projectTesting/index.vue @@ -259,6 +259,7 @@ path: '/chemistQa/addDetectionReport', query: { itemId: row.id, + teamId: row.teamId, type: 'add' } }) @@ -327,6 +328,7 @@ path: '/chemistQa/add', query: { id: row.id, + // itemId: row.itemId, type: 'detail' } }) -- Gitblit v1.7.1