From 0412fb2fdd4b7aef923ebe417fb7756c10e36c59 Mon Sep 17 00:00:00 2001 From: raofuzi <2641346316@qq.com> Date: Sun, 31 Mar 2024 10:21:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/content/Content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 634974d..98c6632 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -295,7 +295,7 @@ async function commitHandler(settingParam) { createPackage(params).then((res) => { if (res.code === "OK") { message.success(res.data); - packageIdRef.value = res.data.checkDuplicateId; + packageIdRef.value = res.data.id; modal.closeModal() finishModal.showModal() //清空查重任务状态和编号