Commit b50fa712 authored by lixy's avatar lixy

后台用户管理编辑

parent e4846fc7
......@@ -347,6 +347,7 @@ export default {
.then(res => {
this.allBranchCompany = res.data;
getObj(row.id).then(response => {
this.form.id= response.data.id;
this.editCompanyId = response.data.companyId,//所属分公司id
this.form.username = response.data.username,
this.form.name = response.data.name,
......
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