瀏覽代碼

Merge branch 'master' of http://git.cc-lotus.info/financial_platform/admin-cms

wuhongyuq 5 年之前
父節點
當前提交
37436998c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layout/character/characterForm.vue

+ 1 - 1
src/layout/character/characterForm.vue

@@ -11,7 +11,7 @@
           </el-form-item>
           <el-form-item label="用户权限">
             <el-checkbox-group v-model="ruleForm.roles">
-              <el-checkbox v-for="(item, index) in rolesList" :key="index" :label="item.name"></el-checkbox>
+              <el-checkbox v-for="(item, index) in rolesList" :key="index" :label="item.id">{{ item.name }}</el-checkbox>
             </el-checkbox-group>
           </el-form-item>