@@ -589,7 +589,7 @@ export default {
},
created() {
this.$api.user
- .selectfindByreferrerId({ deptId: this.formData.deptId })
+ .selectfindByreferrerId({ deptId: '' })
.then((res) => {
this.recommenderOptions = res.data || [];
});