@@ -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)
@@ -17,7 +17,7 @@ const initState = {
assistList:[],
inspectList:[],
sysConfig:{},
- showPre:true
+ showPre:false
};
export default function (state=initState,action) {