|
|
@@ -467,6 +467,9 @@ export default {
|
|
|
this.$api.dept.findDeptTree().then((res) => {
|
|
|
this.option = res.data;
|
|
|
});
|
|
|
+ this.$api.user.selectfindByreferrerId({deptId:result.data.deptId }).then((res) => {
|
|
|
+ this.recommenderOptions=res.data
|
|
|
+ });
|
|
|
result.data.status+=''
|
|
|
this.formData=result.data
|
|
|
this.formData.password=''
|