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