|
@@ -14,6 +14,11 @@ export default {
|
|
|
name: 'elective-preference-batch',
|
|
|
components: { ElectivePreferenceDrag },
|
|
|
props: ['generation', 'disabled'],
|
|
|
+ inject: {
|
|
|
+ refreshData: {
|
|
|
+ default: function() {}
|
|
|
+ }
|
|
|
+ },
|
|
|
computed: {
|
|
|
selectedList() {
|
|
|
return this.generation.activeModel.selectedList
|