소스 검색

修改黑名单的问题

lex 2 년 전
부모
커밋
b3e2c649a9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/liveClassManager/modals/setBlack.vue

+ 2 - 2
src/views/liveClassManager/modals/setBlack.vue

@@ -45,7 +45,7 @@
 
             <el-table-column
               align="center"
-              prop="id"
+              prop="studentId"
               label="学员编号"
             ></el-table-column>
 
@@ -180,7 +180,7 @@ export default {
         this.chioseIdList = this.chioseIdList.concat(val);
         this.chioseIdList = this.$helpers.lodash.uniqBy(
           this.chioseIdList,
-          "id"
+          "studentId"
         );
       } else {
         if (this.isNewPage) return;