mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
提交
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user