Skip to content

Commit

Permalink
Update NewApplicationSpace.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
朱鑫睿 committed Oct 9, 2024
1 parent 1237f53 commit 188e242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
}
const fetchSpaceResources = async () => {
const { data, error } = await useFetchApi('/space_resources').json()
const { data, error } = await useFetchApi(`/space_resources?cluster_id=${dataForm.value.space_cluster}`).json()
if (error.value) {
ElMessage({
Expand Down

0 comments on commit 188e242

Please sign in to comment.