Commit b2ea2388 authored by zhengke's avatar zhengke

修改

parent 2ca573b0
...@@ -177,8 +177,8 @@ ...@@ -177,8 +177,8 @@
this.getplat(); //获取所属平台下拉数据 this.getplat(); //获取所属平台下拉数据
if(this.$route.query.ArticleId){ if(this.$route.query.ArticleId){
this.msg.ArticleId=this.$route.query.ArticleId; this.msg.ArticleId=this.$route.query.ArticleId;
this.getList(); //获取列表数据
} }
this.getList(); //获取列表数据
}, },
mounted() {}, mounted() {},
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment