Skip to content

Commit

Permalink
市场api开发
Browse files Browse the repository at this point in the history
  • Loading branch information
scarecrowQoQ committed Dec 18, 2024
1 parent 24fb3da commit 3f89b8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/workbench/workbench.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import router from "@/router";
let WorkList = ref<WorkProject[]>([])
const getWorkList = async () => {
WorkList.value = await searchProject()
console.log(WorkList.value)
}
onMounted(() => {
getWorkList()
Expand Down

0 comments on commit 3f89b8c

Please sign in to comment.