fix: 跟踪任务编号的传入获取信息
This commit is contained in:
@@ -9,7 +9,7 @@ const { t } = useI18n();
|
||||
const { getDict } = useDictStore();
|
||||
|
||||
const props = defineProps({
|
||||
traceId: {
|
||||
id: {
|
||||
type: [String, Number],
|
||||
required: true,
|
||||
},
|
||||
@@ -50,7 +50,7 @@ onMounted(() => {
|
||||
})
|
||||
.finally(() => {
|
||||
// 获取信息
|
||||
fnGetTaskInfo(props.traceId);
|
||||
fnGetTaskInfo(props.id);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user