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

+ 1 - 1
src/views/service/index.vue

@@ -214,7 +214,7 @@ export default {
           let gjkjzxList = res.data.filter(i => i.type == '国家');
           if (gjkjzxList) this.$set(this, `gjkjzxList`, _.orderBy(gjkjzxList.slice(0, 6), ['publish_time'], ['desc']));
           let kxykjzxList = res.data.filter(i => i.type == '科学院');
-          if (kxykjzxList) this.$set(this, `kxykjzxList`, _.orderBy(gjkjzxList.slice(0, 6), ['publish_time'], ['desc']));
+          if (kxykjzxList) this.$set(this, `kxykjzxList`, _.orderBy(kxykjzxList.slice(0, 6), ['publish_time'], ['desc']));
         }
       }
       let two = this.column.find(i => i.site == 'gzdt');