fix: bug in verification update description error

This commit is contained in:
hayden
2024-11-06 15:41:22 +08:00
parent 153dbc0788
commit b8cd3c28a5

View File

@@ -72,7 +72,7 @@ const handleCancel = () => {
}
const handleSave = async (data: BaseModel) => {
await update(props.model, data)
await update(modelContent.value, data)
editable.value = false
}