From 4acec8a2d60669dcdbcfd943b99a137b39610caf Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Tue, 25 Feb 2025 13:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/selectTestItemPopup.vue | 2 +- frontend/src/views/home/components/table.vue | 2 +- .../src/views/home/components/testPopup.vue | 93 +++++++++---------- 3 files changed, 45 insertions(+), 52 deletions(-) diff --git a/frontend/src/views/home/components/selectTestItemPopup.vue b/frontend/src/views/home/components/selectTestItemPopup.vue index adc91c9..03560d5 100644 --- a/frontend/src/views/home/components/selectTestItemPopup.vue +++ b/frontend/src/views/home/components/selectTestItemPopup.vue @@ -19,7 +19,7 @@ diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue index 01cc8c6..7b2b91b 100644 --- a/frontend/src/views/home/components/table.vue +++ b/frontend/src/views/home/components/table.vue @@ -1040,7 +1040,7 @@ const handleTest = async (val: string) => { } const openTestDialog = () => { - testPopup.value?.open(channelsSelection.value, dialogTitle.value) + testPopup.value?.open(dialogTitle.value) } // 打开 drawer(新增、查看、编辑) diff --git a/frontend/src/views/home/components/testPopup.vue b/frontend/src/views/home/components/testPopup.vue index 21fda8e..1d8ccf2 100644 --- a/frontend/src/views/home/components/testPopup.vue +++ b/frontend/src/views/home/components/testPopup.vue @@ -21,13 +21,21 @@