feat: HLR跟踪页面标识为UDM
This commit is contained in:
@@ -58,7 +58,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
path: '/trace-task-hlr',
|
path: '/trace-task-hlr',
|
||||||
name: 'TraceTaskHLR', // 跟踪任务HLR
|
name: 'TraceTaskHLR', // 跟踪任务HLR
|
||||||
meta: { title: 'router.traceTaskHLR', neType: ['HLR'] },
|
meta: { title: 'router.traceTaskHLR', neType: ['UDM','HLR'] },
|
||||||
component: () => import('@/views/traceManage/task-hlr/index.vue'),
|
component: () => import('@/views/traceManage/task-hlr/index.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -248,7 +248,7 @@ function fnRecordStop(id: string) {
|
|||||||
content: t('views.traceManage.task.stopTaskTip', { id }),
|
content: t('views.traceManage.task.stopTaskTip', { id }),
|
||||||
onOk() {
|
onOk() {
|
||||||
const hide = message.loading(t('common.loading'), 0);
|
const hide = message.loading(t('common.loading'), 0);
|
||||||
stopTaskHLR({ id })
|
stopTaskHLR({ id: `${id}` })
|
||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
message.success({
|
message.success({
|
||||||
|
|||||||
Reference in New Issue
Block a user