Commit 9dcd3e18 authored by gengchunlei's avatar gengchunlei

居民端小程序 随访列表以及系统初始化逻辑

parent 39d5b0a5
...@@ -147,7 +147,6 @@ export default { ...@@ -147,7 +147,6 @@ export default {
}, },
methods: { methods: {
load(loading = true) { load(loading = true) {
debugger
const query = { const query = {
residentInfoId: this.baseInfo.residentInfoId, residentInfoId: this.baseInfo.residentInfoId,
diseaseType: this.activeTab, diseaseType: this.activeTab,
...@@ -155,7 +154,6 @@ export default { ...@@ -155,7 +154,6 @@ export default {
pageSize: this.pagination.pageSize pageSize: this.pagination.pageSize
} }
queryVisitList(query, loading).then(res => { queryVisitList(query, loading).then(res => {
debugger
this.list = this.list.concat(res.data.dataList || []) this.list = this.list.concat(res.data.dataList || [])
this.pagination.total = res.data.total || 0 this.pagination.total = res.data.total || 0
this.finished = this.list.length >= this.pagination.total this.finished = this.list.length >= this.pagination.total
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment