误差体系禁用
This commit is contained in:
@@ -112,9 +112,9 @@ const columns = reactive<ColumnProps<TestScript.ResTestScript>[]>([
|
||||
// 打开 drawer(新增、编辑)
|
||||
const openDialog = (titleType: string, row: Partial<TestScript.ResTestScript> = {}) => {
|
||||
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)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user