|
@@ -1374,7 +1374,7 @@ export default {
|
|
|
}
|
|
|
let applicantTeam = this.form.applicantTeam;
|
|
|
// 加载登记人列表
|
|
|
- this.listStaffmgrByDeptAndTeam(applicantDept, applicantTeam);
|
|
|
+ this.listStaffmgrByDeptAndTeam(applicantDept, null);
|
|
|
},
|
|
|
/** 加载登记人列表 */
|
|
|
listStaffmgrByDeptAndTeam(applicantDept, applicantTeam) {
|