修改
This commit is contained in:
parent
a73586755b
commit
012d417a46
@ -41,7 +41,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<uni-table border stripe emptyText="暂无更多数据">
|
<uni-table border stripe emptyText="暂无更多数据">
|
||||||
<uni-tr>
|
<uni-tr>
|
||||||
<uni-th>专病管理服务团队成员</uni-th>
|
<uni-th>家庭医生服务团队成员</uni-th>
|
||||||
<uni-th>姓名</uni-th>
|
<uni-th>姓名</uni-th>
|
||||||
<uni-th>职称</uni-th>
|
<uni-th>职称</uni-th>
|
||||||
<uni-th>固定电话</uni-th>
|
<uni-th>固定电话</uni-th>
|
||||||
|
|||||||
@ -558,7 +558,7 @@
|
|||||||
that.query.userNo = item.userNo
|
that.query.userNo = item.userNo
|
||||||
that.query.teamNo = item.teamNo
|
that.query.teamNo = item.teamNo
|
||||||
that.query.teamName = item.teamName
|
that.query.teamName = item.teamName
|
||||||
getDoctorListtwo(1, 20, item.teamNo).then(res => {
|
getDoctorListtwo(1, 20, item.teamNo, '').then(res => {
|
||||||
that.query.DoctorList = res.rows
|
that.query.DoctorList = res.rows
|
||||||
})
|
})
|
||||||
uni.$off('doctordata')
|
uni.$off('doctordata')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user