项目代码/WMS/WIDESEA_WMSClient/src/views/system/Permission.vue
@@ -130,6 +130,7 @@ const load = () => { const url = "api/Sys_Role/getUserChildRoles"; http.post(url, {}, true).then((result) => { if (!result.status) return; list.splice(0); list.push(...result.data);