修改查看 模拟式 页面展示
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user