26876
This commit is contained in:
@@ -140,7 +140,6 @@ export default {
|
|||||||
|
|
||||||
// 异常情况
|
// 异常情况
|
||||||
getErrThing() {
|
getErrThing() {
|
||||||
this.$loading()
|
|
||||||
this.$http.post(`/app/appepidemichealthreport/list?memberId=${this.id}`).then((res) => {
|
this.$http.post(`/app/appepidemichealthreport/list?memberId=${this.id}`).then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.datas = res.data.records
|
this.datas = res.data.records
|
||||||
|
|||||||
@@ -156,7 +156,6 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getUser() {
|
getUser() {
|
||||||
this.$loading()
|
|
||||||
this.$http.post(`/app/appepidemicreportmember/queryDetailById?id=${this.userList.memberId}`).then((res) => {
|
this.$http.post(`/app/appepidemicreportmember/queryDetailById?id=${this.userList.memberId}`).then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.data = res.data
|
this.data = res.data
|
||||||
@@ -167,7 +166,6 @@ export default {
|
|||||||
|
|
||||||
// 异常情况记录
|
// 异常情况记录
|
||||||
getRecord() {
|
getRecord() {
|
||||||
this.$loading()
|
|
||||||
this.$http.post(`/app/appepidemicunusuallog/list?recordId=${this.userList.memberId}`).then((res) => {
|
this.$http.post(`/app/appepidemicunusuallog/list?recordId=${this.userList.memberId}`).then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.datas = res.data.records
|
this.datas = res.data.records
|
||||||
|
|||||||
Reference in New Issue
Block a user