From 3a416ef22d903f13f38a2faa565f241a9c427e3c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Mar 2022 14:22:13 +0800 Subject: [PATCH] 28226 --- src/apps/AppPeopleList/DetailPeople.vue | 3 +++ src/apps/AppPeopleList/ExamineList.vue | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/AppPeopleList/DetailPeople.vue b/src/apps/AppPeopleList/DetailPeople.vue index 0a571c9e..50cb2582 100644 --- a/src/apps/AppPeopleList/DetailPeople.vue +++ b/src/apps/AppPeopleList/DetailPeople.vue @@ -284,6 +284,9 @@ export default { .tab-list{ padding-top: 32px; display: flex; + word-wrap: nowrap; + overflow-x: scroll; + -webkit-overflow-scrolling: touch; .tab-item{ display: inline-block; width: 148px; diff --git a/src/apps/AppPeopleList/ExamineList.vue b/src/apps/AppPeopleList/ExamineList.vue index 0c416b4b..ca513448 100644 --- a/src/apps/AppPeopleList/ExamineList.vue +++ b/src/apps/AppPeopleList/ExamineList.vue @@ -106,7 +106,8 @@ export default { current: this.current, con: this.keyword, areaId: this.areaId, - auditType + auditType, + source: 1 }, }) .then((res) => {