From 0ae3dd1f65ca151ff4f8f8563ed5ca6b44cafac2 Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Tue, 25 Feb 2025 17:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/growthpath/GrowthScore.vue | 2 +- src/components/growthpath/ImportStu.vue | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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,