添加学生信息
This commit is contained in:
@@ -363,9 +363,10 @@
|
||||
this.getDicts();
|
||||
},
|
||||
methods: {
|
||||
async getDicts() {
|
||||
let res = await getDicts("more_dept_name");
|
||||
getDicts() {
|
||||
let res = getDicts("more_dept_name");
|
||||
if (res.code == 200) {
|
||||
console.log('res:',res)
|
||||
this.moreDeptList = [...res.data];
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user