ADD:导入子计划元数据二次确认提示

This commit is contained in:
贾同学
2025-08-27 20:21:55 +08:00
parent 4559a7b5e2
commit 52fcdbfe1e
2 changed files with 34 additions and 4 deletions

View File

@@ -643,7 +643,8 @@ const importSubClick = () => {
const params = {
title: '导入检测计划',
patternId: dictStore.getDictData('Pattern').find(item => item.name === modeStore.currentMode)?.id ?? '',
importApi: importSubPlan
importApi: importSubPlan,
confirmMessage: '本次导入会覆盖已有数据信息,是否确认继续?'
}
planImportZip.value?.acceptParams(params)
}