From 8286eb20526411ffeff9cf2d79601b0fd37dd658 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 11 Jan 2022 17:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=AB=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppEpidemicSituation/BackUserList.vue | 2 +- src/apps/AppEpidemicSituation/ErrorInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppEpidemicSituation/BackUserList.vue b/src/apps/AppEpidemicSituation/BackUserList.vue index 85eb6c40..119cc288 100644 --- a/src/apps/AppEpidemicSituation/BackUserList.vue +++ b/src/apps/AppEpidemicSituation/BackUserList.vue @@ -89,7 +89,7 @@ export default { if(this.tabIndex == 1) { status = 0 } - this.$http.post(`/app/appepidemicbackhomerecord/list?current=${this.current}&size=10&status=${status}&name=${this.name}`) + this.$http.post(`/app/appepidemicbackhomerecord/list?current=${this.current}&size=10&status=${status}&name=${this.name}&arriveAreaId=${this.areaId}`) .then((res) => { if (res.code == 0) { this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records diff --git a/src/apps/AppEpidemicSituation/ErrorInfo.vue b/src/apps/AppEpidemicSituation/ErrorInfo.vue index 720edb69..5ab5373d 100644 --- a/src/apps/AppEpidemicSituation/ErrorInfo.vue +++ b/src/apps/AppEpidemicSituation/ErrorInfo.vue @@ -106,7 +106,7 @@ export default { "createUserName": this.user.name, "recordId": this.id } - this.$http.post("/app/appepidemicbackhomerecord/release", params).then(res => { + this.$http.post("/app/appepidemicunusuallog/addOrUpdate", params).then(res => { if (res.code == 0) { this.$u.toast("新增成功!") this.show = false