fix: bug in verification update description error
This commit is contained in:
@@ -72,7 +72,7 @@ const handleCancel = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const handleSave = async (data: BaseModel) => {
|
const handleSave = async (data: BaseModel) => {
|
||||||
await update(props.model, data)
|
await update(modelContent.value, data)
|
||||||
editable.value = false
|
editable.value = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user