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