lrf402788946 4 лет назад
Родитель
Сommit
fe556493e5
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/train-plan/bedroom.vue

+ 2 - 0
src/views/train-plan/bedroom.vue

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