|
@@ -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);
|