修改查看 模拟式 页面展示

This commit is contained in:
guanj
2025-08-26 15:16:18 +08:00
parent 825d2cc46a
commit 0abb765b32
4 changed files with 18 additions and 17 deletions

View File

@@ -105,7 +105,6 @@
:tableData="currentRawTableData"
:currentCheckItem="currentCheckItem"
:currentScriptTypeName="currentScriptTypeName"
@exportRawDataHandler="exportRawDataHandler"
/>
</el-tab-pane>
</el-tabs>
@@ -215,6 +214,7 @@ const open = async (row: any, chnNum: string, deviceId: string | null, source: n
// 查询大项树
const initScriptData = async (row: any) => {
const pattern = dictStore.getDictData('Pattern').find(item => item.name === modeStore.currentMode)?.id ?? ''
let response: any = await getBigTestItem({
reCheckType: checkStore.reCheckType,
planId: checkStore.plan.id,
@@ -271,7 +271,6 @@ const handleNodeClick = (data: any) => {
const getResults = async () => {
checkResultData.value = []
rawTableData.value = []
getContrastResult({
planId: checkStore.plan.id,
scriptType: rowList.value.scriptType,