This commit is contained in:
wangyilin 2024-11-15 15:50:37 +08:00
parent 9f316137c0
commit 60dd0a5b21
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ import './myProject.scss'
import {MyProjectList, ServiceProjectList} from "@/types/subPages/projectManager/myProject";
const myProjectList = ref<MyProjectList[]>()
const number = ref(0)
const getMyServiceProject = async () => {
const resp = await api.get<MyProjectList[]>(`/projectManageIndex/getMyServiceProject`)