Przeglądaj źródła

人员管理-代理人管理新增推荐人;

lihongxiao 3 lat temu
rodzic
commit
cad2f4c7e4
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/views/PeopleManage/Agent/AgentManage.vue

+ 3 - 0
src/views/PeopleManage/Agent/AgentManage.vue

@@ -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=''