ADD:导入检测计划检测结果;

This commit is contained in:
贾同学
2025-08-25 11:02:07 +08:00
parent 0985cc5d7c
commit a19a20ddd8
4 changed files with 45 additions and 15 deletions

View File

@@ -641,7 +641,7 @@ const statisticalAnalysis = async (row: Partial<Plan.ReqPlan> = {}) => {
const importSubClick = () => {
const params = {
title: '检测计划',
title: '导入检测计划',
patternId: dictStore.getDictData('Pattern').find(item => item.name === modeStore.currentMode)?.id ?? '',
importApi: importSubPlan
}