修改查看 模拟式 页面展示
This commit is contained in:
@@ -783,7 +783,6 @@ const handleTest2 = async () => {
|
||||
deviceConnectionPopupRef.value?.open(filteredChannelsSelection, pqStandardDevList.value, props.id)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 检测操作主处理函数
|
||||
* 根据操作类型(手动检测/一键检测/批量生成/批量归档等)执行相应逻辑
|
||||
@@ -1004,9 +1003,11 @@ const openDrawer = async (title: string, row: any) => {
|
||||
|
||||
if (title === '检测数据查询') {
|
||||
checkStore.setShowDetailType(0)
|
||||
|
||||
|
||||
dataCheckSingleChannelSingleTestPopupRef.value?.open(row, null, row.id, 2)
|
||||
if (modeStore.currentMode == '模拟式') {
|
||||
dataCheckPopupRef.value?.open(row.id, '-1', null)
|
||||
} else if (modeStore.currentMode == '比对式') {
|
||||
dataCheckSingleChannelSingleTestPopupRef.value?.open(row, null, row.id, 2)
|
||||
}
|
||||
}
|
||||
if (title === '误差体系更换') {
|
||||
checkStore.setShowDetailType(1)
|
||||
|
||||
Reference in New Issue
Block a user