微调
This commit is contained in:
@@ -1011,7 +1011,11 @@ const openDrawer = async (title: string, row: any) => {
|
||||
}
|
||||
if (title === '误差体系更换') {
|
||||
checkStore.setShowDetailType(1)
|
||||
dataCheckPopupRef.value?.open(row.id, '-1', null)
|
||||
if (modeStore.currentMode == '模拟式') {
|
||||
dataCheckPopupRef.value?.open(row.id, '-1', null)
|
||||
} else if (modeStore.currentMode == '比对式') {
|
||||
dataCheckSingleChannelSingleTestPopupRef.value?.open(row, null, row.id, 2)
|
||||
}
|
||||
}
|
||||
|
||||
if (title === '归档') {
|
||||
|
||||
Reference in New Issue
Block a user