Commit f4f1fd1baf7add49cb98981239b6b97c9f33107a

Authored by zhangdaiscott
1 parent 790f4177

Jeecg Boot 2.3 里程碑版本发布,支持微服务和单体自由切换、提供新行编辑表格JVXETable

ant-design-vue-jeecg/src/views/system/RoleUserList.vue
... ... @@ -87,7 +87,6 @@
87 87 <!-- 右侧的角色权限配置 -->
88 88 <user-role-modal ref="modalUserRole"></user-role-modal>
89 89 <role-modal ref="modalForm" @ok="modalFormOk"></role-modal>
90   - <sys-role-design-modal ref="roleDesignModal"></sys-role-design-modal>
91 90 </a-card>
92 91 </a-col>
93 92 <a-col :md="rightColMd" :sm="24" v-if="this.rightcolval == 1">
... ...