|
@@ -276,7 +276,6 @@ export default {
|
|
|
},
|
|
|
async created() {
|
|
|
this.option = await this.getColumnData(this.getColumnName(242.1), this.optionBack);
|
|
|
- this.optionTrack = await this.getColumnData(this.getColumnName(242.4), this.optionTrackBack);
|
|
|
this.option.selectable = (row, index) => {
|
|
|
return row.id;
|
|
|
}
|