feat:合并

This commit is contained in:
lixg
2023-01-05 11:07:40 +08:00
13 changed files with 723 additions and 635 deletions

View File

@@ -152,7 +152,7 @@ import CKWork from "../CheckWork.vue";
import CQue from "../CheckQue.vue";
import EntryScores from "../EntryScores.vue";
// import * as api from "../../../api/index";
import * as api from "../../../api/indexTaskManage";
import * as api from "../../../api/index1";
export default {
name: "ProjectFaceTaskManage",
components: {
@@ -548,7 +548,7 @@ export default {
// 导出数据
function exportTaskStu() {
api
.ExportTaskStudent({
.exportTaskStudent({
pageNo: state.currentPage,
pageSize: state.pageSize,
currentStageId: props.projectTaskInfo.stageId,