|
|
|
@ -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()
|
|
|
|
|
//清空查重任务状态和编号
|
|
|
|
|