diff --git a/src/api/apis.js b/src/api/apis.js index 72d5416e..ae74b11e 100644 --- a/src/api/apis.js +++ b/src/api/apis.js @@ -1,7 +1,7 @@ export const STUDENT_LIST = '/admin/student/getStudent'; export const ONLINE_COURSE_PAGE = '/onlineClasses/queryOnlineList'; export const ASSESSMENT_PAGE = '/assessment/queryAssessmentDetailList post'; -export const PROJECT_AUDIT_PAGE = '/admin/project/auditedlist post'; +export const PROJECT_AUDIT_PAGE = '/admin/project/auditedlistV2 post'; export const ROUTER_DETAIL_MODIFY = '/admin/router/routerInfoTemp post'; export const PROJECT_DETAIL_MODIFY = '/admin/project/projectInfoTemp post'; export const PROJECT_TEMPLATE_DETAIL_MODIFY = '/admin/project/template/editStageAndTask post'; diff --git a/src/views/DownLoad.vue b/src/views/DownLoad.vue index b8fc3990..9903a356 100644 --- a/src/views/DownLoad.vue +++ b/src/views/DownLoad.vue @@ -211,6 +211,8 @@ export default { // 搜索 function searchDownloadList() { getData() + // 获取当前用户容量 + getDownLoadTotalSize() } // 重置 @@ -218,6 +220,8 @@ export default { state.name = ""; state.currentPage = 1; getData() + // 获取当前用户容量 + getDownLoadTotalSize() } // 分页 diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 7939f3d1..0685657a 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -442,6 +442,7 @@ function changeStageIndex(index) { const getTask = async () => { await api.getDraftTask({projectId: route.query.projectId}).then((res) => { projectInfo.value = res.data.data + console.log("获取任务列表:" + JSON.stringify(projectInfo.value) ) }); }; diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 686b9be7..d1953a6f 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -382,7 +382,7 @@