feat: modal state locked on submitting (#5401)

* feat: modal state locked on submitting

* docs: 更新modal文档
This commit is contained in:
Netfan
2025-01-15 17:00:46 +08:00
committed by GitHub
parent 13087a10b7
commit 8cc903c0e1
8 changed files with 71 additions and 25 deletions

View File

@@ -97,7 +97,7 @@ function openFormModal() {
formModalApi
.setData({
// 表单值
values: { field1: 'abc' },
values: { field1: 'abc', field2: '123' },
})
.open();
}