|
|
|
@ -12,7 +12,7 @@ import { fetchStaticList } from "../../services/staticService";
|
|
|
|
|
export const staticList = (id) => {
|
|
|
|
|
return (dispatch, getState) => {
|
|
|
|
|
const { params, total_count, other_info } = getState().staticReducer;
|
|
|
|
|
// console.log('统计数据=====>>>>>', params);
|
|
|
|
|
console.log('统计数据=====>>>>>', params);
|
|
|
|
|
// if (total_count !== 0 && total_count === other_info.length) return;
|
|
|
|
|
fetchStaticList(id, params).then(res => {
|
|
|
|
|
// console.log('统计数据=====>>>>>', res);
|
|
|
|
|