|
@@ -264,7 +264,9 @@ export function reDiagData(state, action) {
|
|
|
res.diagnosticStrNoType = action.params[10].contentJson;
|
|
|
res.diseaseName = action.params[10].diseaseName;
|
|
|
//中医数据
|
|
|
- res.tcmList =action.params[12].contentValue;
|
|
|
- res.otherIndex = action.params[12].diseaseName;
|
|
|
+ if(action.params[12]){
|
|
|
+ res.tcmList =action.params[12].contentValue;
|
|
|
+ res.otherIndex = action.params[12].diseaseName;
|
|
|
+ }
|
|
|
return res;
|
|
|
}
|