This commit is contained in:
parent
21b3e160e4
commit
8f5c71255c
|
|
@ -17,7 +17,6 @@ const webViewUrl = ref('')
|
||||||
const memberStore = useMemberStore()
|
const memberStore = useMemberStore()
|
||||||
|
|
||||||
// 获取项目列表信息
|
// 获取项目列表信息
|
||||||
|
|
||||||
const getProjectList = async () => {
|
const getProjectList = async () => {
|
||||||
const { data: res } = await getAllProjectListApi()
|
const { data: res } = await getAllProjectListApi()
|
||||||
projectList.value = res || []
|
projectList.value = res || []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue