MrShi
2024-01-31 a68bf12a2975405f57f9a9d51b91c13a93c026f0
platform/src/components/system/role/MenuConfigWindow.vue
@@ -45,8 +45,8 @@
    /**
     * @role 角色对象
     */
    open (role) {
      fetchMenuList({})
    open (role, type=0) {
      fetchMenuList({}, type)
        .then(records => {
          this.role = role
          this.menus = records