26876
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user