This commit is contained in:
parent
9f316137c0
commit
60dd0a5b21
|
@ -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`)
|
||||
|
|
Loading…
Reference in New Issue