未验证 提交 63702873 编写于 作者: L labbomb 提交者: GitHub

[Bug]Fix groupId initialization value problem (#9775)

* The utils configuration files are centrally managed under common

* Fix groupId initialization value problem
上级 84cad137
......@@ -48,7 +48,7 @@ const taskGroupQueue = defineComponent({
const idRef = ref(Number(router.currentRoute.value.params.id))
const searchParamRef = reactive({
groupId: 0,
groupId: ref<number| null>(),
processName: '',
instanceName: '',
pageSize: 10,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册