guhongwei 4 years ago
parent
commit
df9c680bcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hall/direct.vue

+ 1 - 1
src/views/hall/direct.vue

@@ -242,7 +242,7 @@ export default {
               // 特邀嘉宾
               this.$set(this.statNum, `tyjb`, newRes.length);
             }
-          } else if (this.dockInfo.room_id == '1002') {
+          } else if (this.dockInfo.room_id == '1002' || this.dockInfo.room_id == '1003') {
             let newRes = exportdata.data.filter(f => f.company.includes('吉林大学'));
             if (newRes) {
               this.$set(this, `expertList`, newRes);