remove logs

master
sajjad 3 years ago
parent d61c86dd1c
commit 2126395698

@ -80,14 +80,6 @@ export default {
async load() { async load() {
await this.loadPrograms(); await this.loadPrograms();
}, },
// filterCount(event) {
// const filterLength = _.flow([
// Object.entries,
// (arr) => arr.filter(([, value]) => value.val !== null),
// Object.fromEntries,
// ])(event);
// console.log(filterLength, Object.keys(filterLength).length);
// },
}, },
created() { created() {
this.load(); this.load();

@ -16,7 +16,6 @@ export default {
state.pagination.page = 1 state.pagination.page = 1
}, },
SET_FILTER_COUNT(state, payload) { SET_FILTER_COUNT(state, payload) {
console.log(payload);
Vue.set(state, "filterCount", payload); Vue.set(state, "filterCount", payload);
}, },
// ADD // ADD

@ -31,8 +31,5 @@ export default {
computed: { computed: {
...mapState('users', ['filters']), ...mapState('users', ['filters']),
}, },
created() {
console.log(this.filters);
}
}; };
</script> </script>
Loading…
Cancel
Save