apply-clients 7.1.36-yuchuan-11 → 7.1.36-yuchuan-14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -849,7 +849,7 @@ export default {
849
849
  },
850
850
  //获取下发人(当前操作人所属部门下的所有人)
851
851
  getSource () {
852
- return 'this.getParentByType($organization$).getChildByName($'+ this.$login.f.f_parentname + '$).getChildren()'
852
+ return 'this.getParentByType($organization$).getChildByName($'+ this.$login.f.f_department_name + '$).getChildren()'
853
853
  },
854
854
  async getUserName() {
855
855
  if(this.selectdata.f_construction_unit_id){
@@ -877,7 +877,7 @@ export default {
877
877
  source: '',
878
878
  userid: this.$login.f.id
879
879
  }
880
- data.source = 'this.getParentByType($organization$).getChildByName($'+ this.$login.f.f_parentname + '$).getChildren()'
880
+ data.source = 'this.getParentByType($organization$).getChildByName($'+ this.$login.f.f_department_name + '$).getChildren()'
881
881
  let res = await this.$resetpost(
882
882
  'rs/search',
883
883
  {data: data},