|
@@ -29,13 +29,9 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
travelPath() {
|
|
travelPath() {
|
|
- this.$api.getMainBodyColumnContentList({ main_body_id: 1, model_id: 11 }, function (res) {
|
|
|
|
- res.data.forEach((item) => {
|
|
|
|
- if (item.name == '活化利用成果') {
|
|
|
|
- that.achievement = item.content_list;
|
|
|
|
|
|
+ this.$api.getContentList({ main_body_id: 1, model_id: 11, main_body_column_id: 84 }, function (res) {
|
|
|
|
+ that.achievement = res.data;
|
|
console.log(that.achievement, '活化利用成果');
|
|
console.log(that.achievement, '活化利用成果');
|
|
- }
|
|
|
|
- });
|
|
|
|
});
|
|
});
|
|
}
|
|
}
|
|
}
|
|
}
|