hwy 4 months ago
parent
commit
64c9e7437a

+ 1 - 1
app/rehabilitation/html/rehabilitation_management.html

@ -155,7 +155,7 @@
								</template>
								<template v-else>
									<span>该患者近一年未进行冠心病的风险评估</span>
									<el-button type="text">前往筛查</el-button>
									<el-button type="text" @click="gotoCheck">前往筛查</el-button>
								</template>
							</div>
						</div>

+ 3 - 0
app/rehabilitation/js/rehabilitation_management.js

@ -84,6 +84,9 @@
			this.findDiagnosisInformationByPlanId()
		},
		methods:{
			gotoCheck:function(){
      window.location.href='../../jbsc/html/statistics.html?code=afaedb9ffd83497888e202ceb78cd8fd'
			},
			// 刷新
			refresh: function(){
				this.planSchedule();