ElementUI Dialog 对话框父子页面方法调用
摘要 普通弹出框,新增完之后,需要刷新主页进行查询或者其它操作功能实现;一、父页面调用代码如下:依赖进来<el-dialog :visible.sync="menuRoleVisible" append-to-body> <menu-role @getList="getList" v-if="menuRoleVisible" ref="menuRole"></menu-role></el-dialog>引入视图impo








