|
@@ -189,9 +189,11 @@ export default {
|
|
// this.getSL();
|
|
// this.getSL();
|
|
},
|
|
},
|
|
async toSelect() {
|
|
async toSelect() {
|
|
|
|
+ const msg = this.$message({ duration: 0, message: '正在查找寝室,请稍后...' });
|
|
const { termid } = this.defaultOption;
|
|
const { termid } = this.defaultOption;
|
|
const res = await this.getAssignRoom({ termid });
|
|
const res = await this.getAssignRoom({ termid });
|
|
if (res.errcode == '0') this.$set(this, `assignList`, res.data);
|
|
if (res.errcode == '0') this.$set(this, `assignList`, res.data);
|
|
|
|
+ msg.close();
|
|
this.selectDialog = true;
|
|
this.selectDialog = true;
|
|
},
|
|
},
|
|
getGender(gender) {
|
|
getGender(gender) {
|