|
@ -88,7 +88,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li v-else>暂无居民信息</li>
|
|
|
<li v-if="!denizenList.length" class="flex-box">暂无居民信息</li>
|
|
|
</ul>
|
|
|
<div class="text-center ptb10" v-if="!noDenizen" @click="getPatientSignByDoctor('more')">
|
|
|
<button class="btn btn-default">更多居民</button>
|
|
@ -187,6 +187,7 @@
|
|
|
getPatientSignByDoctor:function(flag){
|
|
|
var vm=this;
|
|
|
flag=='more' && ++vm.sPage
|
|
|
flag=='one' && (vm.sPage=1)
|
|
|
vm.isSearch=false;
|
|
|
var vm=this;
|
|
|
var data={
|
|
@ -274,7 +275,7 @@
|
|
|
},
|
|
|
watch:{
|
|
|
teamCode:function(){
|
|
|
this.getPatientSignByDoctor()
|
|
|
this.getPatientSignByDoctor('one')
|
|
|
},
|
|
|
currentType:function(val){
|
|
|
val && this.getDoctorTeam();
|