This commit is contained in:
Pengxiansen
2025-02-21 14:04:17 +08:00
parent 3e86caab15
commit 01ab826dcf
17 changed files with 107 additions and 75 deletions

View File

@@ -238,6 +238,7 @@ export default {
importStudent: `${process.env.VUE_APP_BOE_API_URL}${
process.env.VUE_APP_BASE_API_GROWTH || ""
}/professional/allocation/importLearner`,
timers: "", // 定时器,用于清空定时器使用
isAddStudent: false, // 用于判断用户是否关闭弹框需要重新获取学员列表
uploadpercent: -1,
@@ -342,11 +343,12 @@ export default {
console.log("上传成功返回的UUID----->", info);
console.log("我是导入学员接口传递的参数", {
file: info.file.originFileObj,
targetId: props.courseId,
targetId: props.courseId,
type: 14,
});
state.fileName = info.file.name;
let i = 0;
message.success("上传成功");
if (info.file.response.code == 1) {
state.fileList = [];
state.addLoading = false;