|
@ -43,8 +43,13 @@
|
|
|
if(res.status == 200){
|
|
|
lastXT = res.data.xt.recordDate;
|
|
|
lastXY = res.data.xy.recordDate;
|
|
|
// 初始化执行
|
|
|
getBodyRecord(tabIndex, dayIndex);
|
|
|
if(lastXT || lastXY) {
|
|
|
// 初始化执行
|
|
|
getBodyRecord(tabIndex, dayIndex);
|
|
|
} else {
|
|
|
showWarningMsg("没有可查阅的体征记录");
|
|
|
}
|
|
|
|
|
|
}else{
|
|
|
showWarningMsg(res.msg)
|
|
|
}
|