mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
在 DrawerProps 接口中新增 confirmDisabled 属性,并在 drawer.vue 模板中绑定到确认按钮。 同时修改 modal-api.ts 和 drawer-api.ts 中的 modalLoading/drawerLoading 方法, 使其在 loading 时自动禁用确认按钮,防止用户在异步操作期间重复提交。
@vben-core
系统一些比较基础的SDK和UI组件库,该目录后续完善后,可能会迁移出去或者发布到npm,请勿将任何业务逻辑和业务包放在该目录。