This commit is contained in:
2023-11-08 16:47:27 +08:00
parent a73586755b
commit 012d417a46
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
</p>
<uni-table border stripe emptyText="暂无更多数据">
<uni-tr>
<uni-th>专病管理服务团队成员</uni-th>
<uni-th>家庭医生服务团队成员</uni-th>
<uni-th>姓名</uni-th>
<uni-th>职称</uni-th>
<uni-th>固定电话</uni-th>

View File

@ -558,7 +558,7 @@
that.query.userNo = item.userNo
that.query.teamNo = item.teamNo
that.query.teamName = item.teamName
getDoctorListtwo(1, 20, item.teamNo).then(res => {
getDoctorListtwo(1, 20, item.teamNo, '').then(res => {
that.query.DoctorList = res.rows
})
uni.$off('doctordata')