feat: 增加xgrid注释和判断

This commit is contained in:
xingyu4j
2022-11-15 15:22:31 +08:00
parent 4065387b54
commit 66476412bd
2 changed files with 63 additions and 8 deletions

View File

@ -137,7 +137,7 @@ const handleDetail = async (rowId: number) => {
// 删除操作
const handleDelete = async (rowId: number) => {
delList(xGrid, rowId)
await delList(xGrid, rowId)
}
// 提交新增/修改的表单