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

添加图片预览

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