切换类型
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user