From ca8605fd6e7cabac26d14087e7a672b0a51230d2 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 12 Sep 2024 17:12:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=9F=E8=B8=AA=E4=BB=BB=E5=8A=A1HLR?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/zh-CN.ts | 8 +++----- src/views/traceManage/task-hlr/index.vue | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index b47f8502..0194c001 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1,5 +1,3 @@ -import { title } from "process"; - export default { // 语言 i18n: '中文', @@ -1125,9 +1123,6 @@ export default { stopOk: "{title} 任务已结束", stopErr: "{title} 任务异常", stopNotRun: "{title} 任务未运行", - traceFile: "跟踪文件", - errMsg: "错误信息", - imsiORmsisdn: "imsi 或 msisdn 是空值,不能开始任务", }, task: { neTypePlease: '请选择网元类型', @@ -1170,6 +1165,9 @@ export default { delTaskTip: '确认删除记录编号为 {id} 的数据项?', stopTask: '成功停止任务 {id}', stopTaskTip: '确认停止记录编号为 {id} 的任务?', + traceFile: "跟踪文件", + errMsg: "错误信息", + imsiORmsisdn: "imsi 或 msisdn 是空值,不能开始任务", }, }, faultManage: { diff --git a/src/views/traceManage/task-hlr/index.vue b/src/views/traceManage/task-hlr/index.vue index 063fce37..591a0a5b 100644 --- a/src/views/traceManage/task-hlr/index.vue +++ b/src/views/traceManage/task-hlr/index.vue @@ -348,7 +348,7 @@ function fnModalVisibleByVive(id: Record) { if (modalState.confirmLoading) return; const hide = message.loading(t('common.loading'), 0); modalState.confirmLoading = true; - fileTaskHLR({ id }).then(res => { + fileTaskHLR({ id, dir: '/usr/local/log' }).then(res => { modalState.fileErrMsg = ''; modalState.fileList = []; modalState.confirmLoading = false;