[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:
labbomb 2022-04-26 14:27:04 +08:00 committed by GitHub
parent 84cad13782
commit 637028735d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,