-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取 消
+ 保存
-
-
- 取 消
- 新增
-
-
-
+
+
+
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/frontend/src/views/machine/testScript/index.vue b/frontend/src/views/machine/testScript/index.vue
index c90281b..8bc865a 100644
--- a/frontend/src/views/machine/testScript/index.vue
+++ b/frontend/src/views/machine/testScript/index.vue
@@ -112,9 +112,9 @@ const columns = reactive
[]>([
// 打开 drawer(新增、编辑)
const openDialog = (titleType: string, row: Partial = {}) => {
if(modeStore.currentMode == '比对式'){
- //comparisonPopup.value?.open(titleType, row)
+ comparisonPopup.value?.open(titleType, row,modeStore.currentMode,)
}else{
- //testScriptPopup.value?.open(titleType, row)
+ testScriptPopup.value?.open(titleType, row,modeStore.currentMode)
}