导入面授报名

This commit is contained in:
李东进1
2023-02-18 11:41:51 +08:00
parent d02bcc7f41
commit c148b73339
2 changed files with 22 additions and 5 deletions

View File

@@ -190,14 +190,25 @@ export default {
type: Boolean,
default: false,
},
projectId: {
type: Number,
default: null,
},
studentId: {
type: Number,
default: null,
},
routerId: {
type: Number,
default: null,
},
},
setup(props, ctx) {
console.log(1222)
const state = reactive({
fileType: ["xls", "xlsx"],
importLeader:
process.env.VUE_APP_BASE_API +
`/admin/studentGroup/importGroup/${props.projectId}`,
`/admin/offcourse/importGroup/${props.routerId}`,
uploadpercent: -1,
uploadErr: false, //上传失败
addLoading: false,