code review

(cherry picked from commit 3918fab1ec)
This commit is contained in:
YunaiV
2023-09-01 00:49:42 +08:00
committed by shizhong
parent a2a343ac2e
commit 27bdeb9b50
9 changed files with 31 additions and 101 deletions

View File

@ -144,7 +144,7 @@ const handleDelete = async (id: number) => {
// 删除的二次确认
await message.delConfirm()
// 发起删除
await PropertyApi.deleteProperty(id)
await PropertyApi.deletePropertyValue(id)
message.success(t('common.delSuccess'))
// 刷新列表
await getList()