|
@@ -454,7 +454,7 @@ export default {
|
|
|
this.applicantOptions = [];
|
|
|
for (let i = 0; i < staffList.length; i++) {
|
|
|
let staffOption = {
|
|
|
- dictLabel: staffList[i].name,
|
|
|
+ dictLabel: staffList[i].staffid + " - " + staffList[i].name,
|
|
|
dictValue: staffList[i].userId
|
|
|
}
|
|
|
this.applicantOptions.push(staffOption);
|