Commit ebb03b63 authored by esatakpunar's avatar esatakpunar

log clear

parent 2193d61d
export default { export default {
setCustomerList(state, data) { setCustomerList(state, data) {
state.customerList = data; state.customerList = data;
console.log("data", state.customerList);
}, },
setEditedIndex(state, index) { setEditedIndex(state, index) {
state.editedIndex = index; state.editedIndex = index;
...@@ -20,6 +19,5 @@ export default { ...@@ -20,6 +19,5 @@ export default {
}, },
setTotalCustomers(state, data) { setTotalCustomers(state, data) {
state.totalCustomers = data; state.totalCustomers = data;
console.log(state.totalCustomers);
}, },
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment