Commit ab2fa617 authored by 黎博's avatar 黎博

直接赋值改成Object.assign

parent 3373129e
......@@ -159,8 +159,7 @@ export default {
handleUpdate(row) {
console.log(row)
this.dialogName = '更新导航'
this.dataForm = {}
this.dataForm = row
this.dataForm = Object.assign({}, row)
this.dialogFormVisible = true
},
// 删除
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment