fix: modelbox 监听错误

This commit is contained in:
@changcode
2022-03-11 18:18:45 +08:00
parent 8b0a334dde
commit c7573eb09c

View File

@@ -131,9 +131,6 @@ export default {
deep: true,
immediate: true,
handler (n) {
if (n.id) {
this.editModel.typeId = n.type.name
}
this.isEdit = true
this.editModel = JSON.parse(JSON.stringify(n))
}