ADD:导入子计划元数据二次确认提示
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user