From af6a8e5fa45ff2b744fcc4e600a721927c13387e Mon Sep 17 00:00:00 2001 From: LH_PC <2604481917@qq.com> Date: Wed, 27 Nov 2024 15:16:20 +0800 Subject: [PATCH] fix:复制的时候携带tag --- src/views/examinationPaper/add.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/views/examinationPaper/add.vue b/src/views/examinationPaper/add.vue index 7bd45f8..2d8ed34 100644 --- a/src/views/examinationPaper/add.vue +++ b/src/views/examinationPaper/add.vue @@ -1697,6 +1697,7 @@ export default { } this.form.tagId = ""; this.formatData(data); + this.form.tagId = data.tagId; } else { this.$message.error(info); } -- libgit2 0.21.4