guhongwei 4 年之前
父節點
當前提交
612d2b03e9
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      src/views/hall/direct.vue

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

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