Forráskód Böngészése

修改黑名单的问题

lex 2 éve
szülő
commit
b3e2c649a9
1 módosított fájl, 2 hozzáadás és 2 törlés
  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;