code review

This commit is contained in:
YunaiV
2023-09-01 00:49:42 +08:00
parent 135c88a473
commit 3918fab1ec
9 changed files with 57 additions and 60 deletions

View File

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