This commit is contained in:
liuye
2022-01-19 13:44:25 +08:00
parent f7cdcde3ba
commit b62e6db7cd
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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