修改打包报错问题

This commit is contained in:
2026-01-16 18:24:09 +08:00
parent f8b618a13a
commit ba961c8bce
52 changed files with 13777 additions and 1828 deletions

View File

@@ -103,7 +103,7 @@ import { useMessage } from '/@/hooks/message'
import { getDataStatistics } from '/@/api/recruit/newstucheckin'
import { list } from '/@/api/recruit/recruitstudentplangroup'
import { getDeptList } from '/@/api/basic/basicclass'
import { getClasslist } from '/@/api/stuwork/stupunlish'
import { queryAllClass } from '/@/api/basic/basicclass'
import axios from 'axios'
// 使用 Pinia store
@@ -173,7 +173,7 @@ const getDeptData = async () => {
// 查找所有班级
const getClassData = async () => {
try {
const data = await getClasslist()
const data = await queryAllClass()
classData.value = data.data || []
} catch (error) {
console.error('获取班级列表失败', error)