This commit is contained in:
Pengxiansen
2025-02-25 17:42:38 +08:00
parent cb3bff4fa8
commit 0ae3dd1f65
2 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
@change="handleChange"
:showUploadList="false"
:data="{
// type: type,
type: 4,
// taskId: Number(id),
workId: datesource.info ? datesource.info.id : id,
// targetId: Number(id),

View File

@@ -234,10 +234,9 @@ export default {
const store = useStore();
const state = reactive({
redisKey: "",
// importStudent: `${process.env.VUE_APP_BOE_API_URL}${
// process.env.VUE_APP_BASE_API_GROWTH || ""
// }/professional/allocation/importLearner`,
importStudent: `http://192.168.31.211:32002/professional/allocation/importLearner`,
importStudent: `${process.env.VUE_APP_BOE_API_URL}${
process.env.VUE_APP_BASE_API_GROWTH || ""
}/professional/allocation/importLearner`,
timers: "", // 定时器,用于清空定时器使用
isAddStudent: false, // 用于判断用户是否关闭弹框需要重新获取学员列表
uploadpercent: -1,