From 324ae19115ac1b0c4420ebd2a405fab8152436cc Mon Sep 17 00:00:00 2001 From: qsh <> Date: Wed, 15 Oct 2025 15:57:49 +0800 Subject: [PATCH] sc --- .../Database/Components/DialogDuplicateQuestion.vue | 7 ++++--- src/views/Question/Database/index.vue | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/Question/Database/Components/DialogDuplicateQuestion.vue b/src/views/Question/Database/Components/DialogDuplicateQuestion.vue index 3187a4e..6844c66 100644 --- a/src/views/Question/Database/Components/DialogDuplicateQuestion.vue +++ b/src/views/Question/Database/Components/DialogDuplicateQuestion.vue @@ -3,7 +3,7 @@ - + - - + + + diff --git a/src/views/Question/Database/index.vue b/src/views/Question/Database/index.vue index 45baa6c..c176c7a 100644 --- a/src/views/Question/Database/index.vue +++ b/src/views/Question/Database/index.vue @@ -74,7 +74,7 @@ > - + - + @@ -308,7 +308,7 @@ function handleChangeSource() { const dialogDuplicate = ref(null) const showDuplicate = (row) => { - dialogDuplicate.value.open(row) + dialogDuplicate.value.open({ ...row, subject: queryParams.value.subject }) }