|
@ -484,9 +484,10 @@ top.handleVue=new Vue({
|
|
|
this.signInfo.doctor = null
|
|
|
this.signInfo.doctorName = null
|
|
|
}
|
|
|
if(!this.memberList || !this.doctorList) {
|
|
|
this.teamMember()
|
|
|
}
|
|
|
// 发现切换团队时无法更新健管师列表,将这个判断取消后就可以更新.
|
|
|
// if(!this.memberList || !this.doctorList) {
|
|
|
this.teamMember()
|
|
|
// }
|
|
|
}
|
|
|
if(num == 2) { // 选择健管师
|
|
|
this.isShowList2 = false;
|