瀏覽代碼

所属销售 查询

三七 23 小時之前
父節點
當前提交
3f96bf12a3
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/course/courseWatchLog/deptWatchLog.vue

+ 3 - 3
src/views/course/courseWatchLog/deptWatchLog.vue

@@ -35,9 +35,9 @@
                    :loading="companyUserOptionsLoading">
           <el-option
             v-for="item in companyUserOptions"
-            :key="item.value"
-            :label="item.label"
-            :value="item.value">
+            :key="item.dictValue"
+            :label="item.dictLabel"
+            :value="item.dictValue">
           </el-option>
         </el-select>
       </el-form-item>