@ -53,6 +53,7 @@
},
watch: {
visible(val){
debugger;
if(val==true){
this.getDeptPosts();
this.getPosts();
@ -162,6 +163,10 @@
//在下面添加其它组件
mounted() {
if(this.visible==true){
}