diff --git a/src/components/growthpath/GrowthScore.vue b/src/components/growthpath/GrowthScore.vue index f0fe6f1e..7f6daee5 100644 --- a/src/components/growthpath/GrowthScore.vue +++ b/src/components/growthpath/GrowthScore.vue @@ -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), diff --git a/src/components/growthpath/ImportStu.vue b/src/components/growthpath/ImportStu.vue index 35d9692c..a8072eb6 100644 --- a/src/components/growthpath/ImportStu.vue +++ b/src/components/growthpath/ImportStu.vue @@ -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,