浏览代码

LY 专项培训

ly 3 年之前
父节点
当前提交
051c2d882b
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      ui/src/views/training/spec/successor/index.vue

+ 4 - 4
ui/src/views/training/spec/successor/index.vue

@@ -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>