|
|
@@ -360,6 +360,7 @@ export default {
|
|
|
console.log(err);
|
|
|
}); */
|
|
|
this.$router.push({
|
|
|
+ path: '/inforList/detail',
|
|
|
query: {
|
|
|
tag: "infoListDetail",
|
|
|
informationId: config.informationId,
|
|
|
@@ -405,7 +406,7 @@ export default {
|
|
|
},
|
|
|
})
|
|
|
.then((res) => {
|
|
|
- console.log(res);
|
|
|
+ console.log(res,2222);
|
|
|
if (res.data.code === 200) {
|
|
|
this.tableData = res.data.data;
|
|
|
}
|
|
|
@@ -531,19 +532,6 @@ export default {
|
|
|
this.userId = localStorage.getItem('userId');
|
|
|
this.getDataListPage()
|
|
|
},500)
|
|
|
- },
|
|
|
- activated() {
|
|
|
- const nav = [
|
|
|
- {
|
|
|
- title: '传播项目',
|
|
|
- url: ''
|
|
|
- },
|
|
|
- {
|
|
|
- title: '资料下载',
|
|
|
- url: ''
|
|
|
- }
|
|
|
- ]
|
|
|
- this.$emit('change_nav', nav)
|
|
|
}
|
|
|
};
|
|
|
</script>
|