点击编辑后数据会保留到新建上
// 添加联系人
onAdd () {
this.showEdit = true
this.isEdit = false
this.editingContact = {}
}
在这里 从新把 this.editingContact = {} 清空就好了