diff --git a/src/apps/AppEpidemicSituation/ErrorDetail.vue b/src/apps/AppEpidemicSituation/ErrorDetail.vue index 943b4b47..b26947d1 100644 --- a/src/apps/AppEpidemicSituation/ErrorDetail.vue +++ b/src/apps/AppEpidemicSituation/ErrorDetail.vue @@ -140,7 +140,6 @@ export default { // 异常情况 getErrThing() { - this.$loading() this.$http.post(`/app/appepidemichealthreport/list?memberId=${this.id}`).then((res) => { if (res.code == 0) { this.datas = res.data.records diff --git a/src/apps/AppEpidemicSituation/UserDetail.vue b/src/apps/AppEpidemicSituation/UserDetail.vue index e2186e79..b7c43973 100644 --- a/src/apps/AppEpidemicSituation/UserDetail.vue +++ b/src/apps/AppEpidemicSituation/UserDetail.vue @@ -156,7 +156,6 @@ export default { }, methods: { getUser() { - this.$loading() this.$http.post(`/app/appepidemicreportmember/queryDetailById?id=${this.userList.memberId}`).then((res) => { if (res.code == 0) { this.data = res.data @@ -167,7 +166,6 @@ export default { // 异常情况记录 getRecord() { - this.$loading() this.$http.post(`/app/appepidemicunusuallog/list?recordId=${this.userList.memberId}`).then((res) => { if (res.code == 0) { this.datas = res.data.records