|
@@ -35,7 +35,7 @@ export const getPreMsg = (dispatch, getState) => {
|
|
|
checkBody:result.supplement?new Array(result.supplement):[]
|
|
|
}
|
|
|
pushAllDataList(1,'push',preIcss,'preIcss');
|
|
|
- dispatch({type:SETPRE,show:false});
|
|
|
+ store.dispatch({type:SETPRE,show:false});
|
|
|
} else {
|
|
|
console.log(res)
|
|
|
}
|