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 () { count () {
} }
}, }
} }
</script> </script>

View File

@ -66,7 +66,7 @@ export default {
state.csv_files = csvs state.csv_files = csvs
}, },
SET_DATA: (state, { data }) => { 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 state.rows = data
}, },
APPEND_DATA: (state, { content }) => { APPEND_DATA: (state, { content }) => {
@ -117,6 +117,6 @@ export default {
}, },
set_end (context, end) { set_end (context, end) {
context.commit('SET_END', { end }) context.commit('SET_END', { end })
}, }
} }
} }

View File

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