From feae5ed1d415d6b18ecebeec3a12054171c12ee6 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 24 Aug 2023 11:23:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A2=E9=BE=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/lulong/AppHandSnapshot/Add.vue | 2 +- src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue | 2 +- src/project/lulong/AppHandSnapshot/Content.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/project/lulong/AppHandSnapshot/Add.vue b/src/project/lulong/AppHandSnapshot/Add.vue index 62556ade..5bd7f9f3 100644 --- a/src/project/lulong/AppHandSnapshot/Add.vue +++ b/src/project/lulong/AppHandSnapshot/Add.vue @@ -84,7 +84,7 @@ export default { }, methods: { typeList() { - this.$http.post(`/app/appresidentreportgroup/list`, null, { + this.$http.post(`/app/apppatrolreportgroup/list`, null, { params: { size: 9999, }, diff --git a/src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue b/src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue index 1d8f817b..2eef94c8 100644 --- a/src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue +++ b/src/project/lulong/AppHandSnapshot/AppHandSnapshot.vue @@ -24,7 +24,7 @@ export default { appName: '巡查上报', data() { return { - component: 'Statistics', + component: 'List', params: {}, refresh: true, tabIndex: 0, diff --git a/src/project/lulong/AppHandSnapshot/Content.vue b/src/project/lulong/AppHandSnapshot/Content.vue index 8b879394..8f6f177e 100644 --- a/src/project/lulong/AppHandSnapshot/Content.vue +++ b/src/project/lulong/AppHandSnapshot/Content.vue @@ -66,8 +66,8 @@ export default { onLoad(option) { this.status = option.status this.id = option.id - // this.forms.groupId = option.groupId - // this.forms.groupName = option.groupName + this.forms.groupId = option.groupId + this.forms.groupName = option.groupName this.typeList() uni.$on('goback', (res) => { this.selectUser = res