Lint: Linting...

This commit is contained in:
Bertrand Benjamin 2018-12-01 15:03:38 +01:00
parent 967557f397
commit 95326b7619
3 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ export default {
},
count () {
}
},
}
}
</script>

View File

@ -66,7 +66,7 @@ export default {
state.csv_files = csvs
},
SET_DATA: (state, { data }) => {
data.data = data.data.filter(x => x.Libellé != undefined)
data.data = data.data.filter(x => x.Libellé !== undefined)
state.rows = data
},
APPEND_DATA: (state, { content }) => {
@ -117,6 +117,6 @@ export default {
},
set_end (context, end) {
context.commit('SET_END', { end })
},
}
}
}

View File

@ -51,7 +51,7 @@ export default {
sortable: true
}
],
poste: {},
poste: {}
}
},
mounted: function () {
@ -65,7 +65,7 @@ export default {
'start': 'datas/start',
'end': 'datas/end',
'postes': 'config/postes'
}),
})
},
methods: {
...mapActions('datas', [