[Bug]Fix groupId initialization value problem (#9775)
* The utils configuration files are centrally managed under common * Fix groupId initialization value problem
This commit is contained in:
parent
84cad13782
commit
637028735d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue