This commit is contained in:
花有清香月有阴
2022-01-13 14:52:28 +08:00
parent 64b816b648
commit 2fdba74d87
3 changed files with 34 additions and 8 deletions

View File

@@ -179,7 +179,7 @@ export default {
.post(`/app/appepidemicunusuallog/list?recordId=${this.userList.memberId}`)
.then((res) => {
if (res.code == 0) {
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
this.datas = res.data.records
this.$hideLoading()
} else {
this.$hideLoading()