@@ -104,7 +104,8 @@ export const setData = (state,action) =>{
}
if (useEmpty) {
- res.data = res.emptyData;
+ // res.data = res.emptyData;
+ res.data = JSON.parse(JSON.stringify(res.emptyData));
} else {
// 目前只需要将第一个主诉病程移植到现病史
let tongYong = "";