feat: HLR跟踪页面标识为UDM

This commit is contained in:
TsMask
2025-07-07 10:43:50 +08:00
parent c80e7f17de
commit 2e23709fe4
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ function fnRecordStop(id: string) {
content: t('views.traceManage.task.stopTaskTip', { id }),
onOk() {
const hide = message.loading(t('common.loading'), 0);
stopTaskHLR({ id })
stopTaskHLR({ id: `${id}` })
.then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
message.success({