Explorar el Código

修改代码生成时权限菜单没有删除问题

liaofei hace 2 años
padre
commit
b227e881f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      crmeb/app/services/system/SystemCrudServices.php

+ 1 - 1
crmeb/app/services/system/SystemCrudServices.php

@@ -689,7 +689,7 @@ class SystemCrudServices extends BaseServices
                 'menu_ids' => json_encode($menuIds),//生成的菜单id
                 'menu_ids' => json_encode($menuIds),//生成的菜单id
                 'menu_id' => $menuInfo->id,//生成的菜单id
                 'menu_id' => $menuInfo->id,//生成的菜单id
                 'make_path' => json_encode($makePath),
                 'make_path' => json_encode($makePath),
-                'routes_id' => json_encode($routeIds),
+                'route_ids' => json_encode($routeIds),
             ];
             ];
 
 
             if ($crudInfo) {
             if ($crudInfo) {