|
@@ -386,7 +386,8 @@ export default {
|
|
|
i.company != '中国科学院长春应用化学研究所' &&
|
|
|
i.company != '中科院长春光学精密机械与物理研究所' &&
|
|
|
i.company != '吉林大学' &&
|
|
|
- i.company != '长春工业大学'
|
|
|
+ i.company != '长春工业大学' &&
|
|
|
+ i.company != '长春工程学院'
|
|
|
);
|
|
|
this.$set(this, `expertList`, newRes);
|
|
|
this.$set(this, `expertTotal`, newRes.length);
|