feat:【antd】【ele】统一 infra 和 system 的代码风格(demo03/erp)

This commit is contained in:
YunaiV
2025-10-01 10:48:23 +08:00
parent 67b39cfe8a
commit 2e2a147815
38 changed files with 222 additions and 261 deletions

View File

@@ -69,7 +69,7 @@ const [FormModal, formModalApi] = useVbenModal({
/** 创建示例分类 */
function onCreate() {
formModalApi.setData({}).open();
formModalApi.setData(null).open();
}
/** 编辑示例分类 */