同步班级代码到新生信息
This commit is contained in:
@@ -182,7 +182,7 @@ import { listAllStuYear } from "@/api/stuCQS/info-fill/score";
|
||||
import * as XLSX from 'xlsx';
|
||||
import { workbook2blob, openDownloadDialog, file2Xce } from "@/api/helpFunc";
|
||||
import { treeStudent, listEnableStu } from "@/api/stuCQS/basedata/student";
|
||||
import { isEmpty } from "@/api/helpFunc";
|
||||
import { isEmpty,fullLoading } from "@/api/helpFunc";
|
||||
import { listAllYear as listYear } from "@/api/stuCQS/basedata/year";
|
||||
|
||||
import { listEnableYear } from "@/api/stuCQS/basedata/year";
|
||||
@@ -399,7 +399,9 @@ export default {
|
||||
});
|
||||
let jsonStr = JSON.stringify(sdata);
|
||||
|
||||
let loading = fullLoading(this);
|
||||
let res = await importExcel(jsonStr);
|
||||
loading.close();
|
||||
this.loading = false;
|
||||
this.$message(res.msg);
|
||||
this.getList();
|
||||
|
||||
Reference in New Issue
Block a user