|
|
@@ -442,7 +442,6 @@ export const actions = {
|
|
|
commit('count/REQUEST_ALLCOUNT')
|
|
|
return axios.get('/api/product/commoncount', {params})
|
|
|
.then(res => {
|
|
|
- console.log(res.data)
|
|
|
commit('count/GET_ALLCOUNT_SUCCESS', res.data)
|
|
|
}, (err) => {
|
|
|
commit('count/GET_ALLCOUNT_FAILURE', err)
|