fix: modelbox 监听错误
This commit is contained in:
@@ -131,9 +131,6 @@ export default {
|
|||||||
deep: true,
|
deep: true,
|
||||||
immediate: true,
|
immediate: true,
|
||||||
handler (n) {
|
handler (n) {
|
||||||
if (n.id) {
|
|
||||||
this.editModel.typeId = n.type.name
|
|
||||||
}
|
|
||||||
this.isEdit = true
|
this.isEdit = true
|
||||||
this.editModel = JSON.parse(JSON.stringify(n))
|
this.editModel = JSON.parse(JSON.stringify(n))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user