基本流通

This commit is contained in:
gexinzhineng/gxzn27
2023-02-01 14:16:32 +08:00
parent 63055cc559
commit 9e35ca512c
5 changed files with 13 additions and 7 deletions

View File

@@ -426,7 +426,7 @@ const handleCreate = async () => {
// 修改操作
const handleUpdate = async (rowId: number) => {
resetForm()
await setDialogTile('create')
await setDialogTile('edit')
// 设置数据
saveForm.value = await ModelApi.getModelApi(rowId)
}