|
@@ -79,9 +79,11 @@ export const saveMessage = (bool) => {
|
|
Notify.success('历史病历保存成功');
|
|
Notify.success('历史病历保存成功');
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- console.log(res)
|
|
|
|
|
|
+ Notify.info(data.msg);
|
|
}
|
|
}
|
|
- })
|
|
|
|
|
|
+ }).catch(function(){
|
|
|
|
+ Notify.info('保存失败,请稍后再试!');
|
|
|
|
+ });
|
|
if(bool){
|
|
if(bool){
|
|
json('/printRecord/savePrintRecords', {
|
|
json('/printRecord/savePrintRecords', {
|
|
"dataJson": JSON.stringify(getAllDataList(baseList)),
|
|
"dataJson": JSON.stringify(getAllDataList(baseList)),
|