guhongwei 4 년 전
부모
커밋
df9c680bcf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);