update: after blur emit the event for changeName

This commit is contained in:
tristan-tsl
2020-04-06 13:11:15 +08:00
parent c59015fdf7
commit ae494ce25f

View File

@@ -246,7 +246,7 @@ export default {
id: this.model.id,
oldName: oldName,
newName: e.target.value,
eventType: "blur"
eventType: 'blur'
})
},