|
|
@@ -146,9 +146,9 @@
|
|
|
<el-select v-model="form.staffId" filterable :placeholder="$t('请选择')+$t('学员')">
|
|
|
<el-option
|
|
|
v-for="item in userOption"
|
|
|
- :key="item.staffId"
|
|
|
+ :key="item.staffid"
|
|
|
:label="item.name +' '+ item.deptName"
|
|
|
- :value="item.staffId"
|
|
|
+ :value="item.staffid"
|
|
|
:disabled="item.disabled">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
@@ -170,9 +170,9 @@
|
|
|
<el-select v-model="form.mentorStaffId" filterable :placeholder="$t('请选择')+$t('导师')">
|
|
|
<el-option
|
|
|
v-for="item in userMentorOption"
|
|
|
- :key="item.staffId"
|
|
|
+ :key="item.staffid"
|
|
|
:label="item.name +' '+ item.deptName"
|
|
|
- :value="item.staffId"
|
|
|
+ :value="item.staffid"
|
|
|
:disabled="item.disabled">
|
|
|
</el-option>
|
|
|
</el-select>
|