This commit is contained in:
sjl
2025-02-17 16:28:59 +08:00
parent 942bae3045
commit 6e6cfa5be0
6 changed files with 76 additions and 65 deletions

View File

@@ -152,6 +152,7 @@ const openDialog = (titleType: string, row: Partial<TestScript.ResTestScript> =
state: { title: '新增检测脚本', row: row, mode: modeStore.currentMode }
})
} else {
testScriptPopup.value?.open(titleType, row, modeStore.currentMode, '')
}
}