guhongwei 4 年之前
父節點
當前提交
a3fc481f80
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/market/marketlists.vue

+ 2 - 1
src/views/market/marketlists.vue

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