diff --git a/src/views/traceManage/analysis/index.vue b/src/views/traceManage/analysis/index.vue index 26137c6a..2c038703 100644 --- a/src/views/traceManage/analysis/index.vue +++ b/src/views/traceManage/analysis/index.vue @@ -202,15 +202,15 @@ function fnModalVisible(row: Record) { const rawData = convertToReadableFormat(hexString); modalState.from.rawData = rawData; // RAW解析HTML - getTraceRawInfo(row.id).then(res => { - if (res.code === RESULT_CODE_SUCCESS) { - const htmlString = rawDataHTMLScript(res.msg); - modalState.from.rawDataHTML = htmlString; - modalState.from.downBtn = true; - } else { - modalState.from.rawDataHTML = t('views.traceManage.analysis.noData'); - } - }); + // getTraceRawInfo(row.id).then(res => { + // if (res.code === RESULT_CODE_SUCCESS) { + // const htmlString = rawDataHTMLScript(res.msg); + // modalState.from.rawDataHTML = htmlString; + // modalState.from.downBtn = true; + // } else { + // modalState.from.rawDataHTML = t('views.traceManage.analysis.noData'); + // } + // }); modalState.title = t('views.traceManage.analysis.taskTitle', { num: row.imsi, }); @@ -495,7 +495,7 @@ onMounted(() => { {{ v.asciiText }} -
+ +