|
@@ -44,7 +44,7 @@ export default function (state=initState,action) {
|
|
|
case SETOTHERHISTORY:
|
|
|
res.initData.otherHis = action.data;
|
|
|
res.initData.otherHisSave = action.save;
|
|
|
- res.initData.otherSelecteds = action.selecteds;
|
|
|
+ res.initData.otherSelecteds = action.selecteds||[];
|
|
|
res.initData.otherIsHis = action.otherIsHis!=undefined?action.otherIsHis:true;
|
|
|
return res;
|
|
|
/*case SETTEXTFOCUS:
|