|
|
@@ -71,10 +71,10 @@ export default {
|
|
|
pageSize: pageSize || 999
|
|
|
}
|
|
|
try{
|
|
|
- const logs = yield select(state => state.present.logs);
|
|
|
- if(!action.mandatory && logs.list.length > 0) {
|
|
|
- return;
|
|
|
- }
|
|
|
+ // const logs = yield select(state => state.present.logs);
|
|
|
+ // if(!action.mandatory && logs.list.length > 0) {
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
const res = yield call(service.fetch, {
|
|
|
url: URLS.MESSAGELOG_LIST,
|
|
|
method: 'GET',
|