同步班级代码到新生信息

This commit is contained in:
zhy
2025-09-07 22:10:50 +08:00
parent e19ebcb9ba
commit 81692cb83a
3 changed files with 119 additions and 1 deletions

View File

@@ -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();