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