Commit 5b0e15ed authored by 杨硕's avatar 杨硕

添加图片预览

parent eda9e05c
...@@ -739,11 +739,11 @@ export default { ...@@ -739,11 +739,11 @@ export default {
handleUpdate(row) { handleUpdate(row) {
this.reset() this.reset()
const userId = row.businessId || this.ids const userId = row.businessId || this.ids
this.title = '修改'
getUser(userId).then(response => { getUser(userId).then(response => {
this.open = true this.open = true
this.form = response.data this.form = response.data
this.roleList = row.roleList.map(Number) this.roleList = row.roleList.map(Number)
this.title = '修改'
}) })
this.getChildrenDept(userId) this.getChildrenDept(userId)
}, },
......
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