This commit is contained in:
史典卓
2024-12-05 16:32:02 +08:00
parent 0a9b0fe0ee
commit 15b4a87988
17 changed files with 746 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ function ManagementList() {
open={modalVisible}
onSubmit={(values) => {
console.log(values)
return Promise.resolve()
}}
onCancel={() => {
setModalVisible(false);