|
@@ -98,6 +98,7 @@ export const fillChronicModule = (state,action)=>{
|
|
|
let moduleData = JSON.parse(JSON.stringify(res.moduleData));//现病史模板
|
|
|
res.data = fullfillText(moduleData).newArr;
|
|
|
res.saveText = fullfillText(res.data).saveText;
|
|
|
+ res.editClear = false; //现病史框不可编辑
|
|
|
res.update=Math.random();
|
|
|
return res;
|
|
|
}
|