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 @@