From 8815f180964a3f51944e42631b44127250718cc5 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期日, 06 七月 2025 13:36:07 +0800 Subject: [PATCH] 请求入库下一地址优化 --- Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue index b5da209..963e063 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue +++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue @@ -22,7 +22,7 @@ export default defineComponent({ setup() { const table = ref({ - key: 'Role_Id', + key: 'roleId', footer: "Foots", cnName: '瑙掕壊绠$悊', name: 'Sys_Role', -- Gitblit v1.9.3