|
@@ -485,6 +485,7 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
|
type: CLEARCHECKBODY,
|
|
|
data:dataJson.vital,
|
|
|
isEmpty:dataJson.checkBodyIsEmpty,
|
|
|
+ flg:true,
|
|
|
saveText:JSON.parse(dataJsonStr.vital)
|
|
|
});
|
|
|
store.dispatch(clearAllLabel(
|
|
@@ -540,6 +541,7 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
|
store.dispatch({
|
|
|
type: CLEARCHECKBODY,
|
|
|
data:dataJson.vital,
|
|
|
+ flg:true,
|
|
|
isEmpty:dataJson.checkBodyIsEmpty,
|
|
|
saveText:dataJsonStr[3].content ? JSON.parse(dataJsonStr[3].content):[]
|
|
|
});
|