切换类型
This commit is contained in:
@@ -111,7 +111,9 @@ export default {
|
||||
|
||||
confirmTypeSelect(val) {
|
||||
this.status = val?.[0].value
|
||||
this.getList()
|
||||
this.$nextTick(()=>{
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
|
||||
getListInit() {
|
||||
@@ -121,7 +123,7 @@ export default {
|
||||
},
|
||||
|
||||
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, {
|
||||
params: {
|
||||
current: this.current,
|
||||
|
||||
Reference in New Issue
Block a user