From 2f45563668fce5e1b38f774bdcae0f492dd3a5b3 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 4 Mar 2022 17:21:51 +0800 Subject: [PATCH] 28061 --- src/project/shandong10086/AppPeopleList/ExamineList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/shandong10086/AppPeopleList/ExamineList.vue b/src/project/shandong10086/AppPeopleList/ExamineList.vue index e2730e8b..7cb8848f 100644 --- a/src/project/shandong10086/AppPeopleList/ExamineList.vue +++ b/src/project/shandong10086/AppPeopleList/ExamineList.vue @@ -127,7 +127,7 @@ export default { uni.navigateTo({ url: `./DetailPeople?id=${item.id}&type=1` }) }, - seachObj(e) { + areaSelect(e) { this.areaId = e this.getListInit() },