|
@ -125,7 +125,7 @@
|
|
|
<div class="c-container" id="app" v-cloak>
|
|
|
<div class="page-title flex-box">
|
|
|
<div class="flex-box-item mw400" flex-grow="2">
|
|
|
<span class="page-title-name">康复计划</span><i class="icon icon-back icon-16 mr10"></i><i class="icon icon-shuaxin icon-16"></i>
|
|
|
<span class="page-title-name">康复计划</span><a class="icon icon-back icon-16 mr10" href="javascript:history.back();"></a><i class="icon icon-shuaxin icon-16" @click="refreshPage"></i>
|
|
|
</div>
|
|
|
<div class="flex-box-item text-center" flex-grow="5">
|
|
|
<div class="pull-right switch-list">
|
|
@ -286,12 +286,20 @@
|
|
|
tabStatus:null,
|
|
|
},
|
|
|
mounted:function(){
|
|
|
this.tabStatus=1;
|
|
|
if(!this.planId){
|
|
|
layer.msg('未传入计划id(planId)',{icon:5})
|
|
|
layer.msg('未传入计划id(planId)',{icon:2})
|
|
|
}else{
|
|
|
this.tabStatus=1;
|
|
|
}
|
|
|
},
|
|
|
methods:{
|
|
|
refreshPage:function(){
|
|
|
if(!this.planId){
|
|
|
layer.msg('未传入计划id(planId)',{icon:2})
|
|
|
return ;
|
|
|
}
|
|
|
this.goToLoadData(true);
|
|
|
},
|
|
|
viewDetail:function(planids){
|
|
|
if(!planids){
|
|
|
layer.msg('无服务项',{icon:5})
|