切换类型

This commit is contained in:
shijingjing
2022-07-05 16:37:36 +08:00
parent 8c751859d7
commit 4b86e18903

View File

@@ -111,7 +111,9 @@ export default {
confirmTypeSelect(val) { confirmTypeSelect(val) {
this.status = val?.[0].value this.status = val?.[0].value
this.getList() this.$nextTick(()=>{
this.getList()
})
}, },
getListInit() { getListInit() {
@@ -121,7 +123,7 @@ export default {
}, },
getList() { getList() {
if (this.list.length >= this.total && this.total > 0) return // if (this.list.length >= this.total && this.total > 0) return
this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, { this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, {
params: { params: {
current: this.current, current: this.current,