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