Browse Source

Merge branch 'master' of linehang/PC-prescription into master

linehang 7 years ago
parent
commit
a58be6b068
1 changed files with 7 additions and 2 deletions
  1. 7 2
      js/buz/body-record.js

+ 7 - 2
js/buz/body-record.js

@ -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)
    	}