From b9105c1e77935c55464f3b663cfbc3b16dff1a6a Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 23 Sep 2024 17:25:26 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B3=A8=E9=87=8A=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=A7=A3=E6=9E=90html=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/traceManage/analysis/index.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 }} -
+ +