监测对象

This commit is contained in:
shijingjing
2022-07-05 14:01:11 +08:00
parent c37b69637f
commit db046021d5

View File

@@ -62,10 +62,10 @@ export default {
total: 0,
tabList: [
{
name: '已登记监测对象',
name: '监测对象',
},
{
name: '已消除风险对象',
name: '脱贫人口',
},
],
currentTabs: 0,
@@ -110,7 +110,8 @@ export default {
},
confirmTypeSelect(val) {
console.log(val);
this.status = val?.[0].value
this.getList()
},
getListInit() {
@@ -124,7 +125,8 @@ export default {
this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, {
params: {
current: this.current,
status: this.currentTabs,
status: this.status,
provertyStatus: this.currentTabs,
name: this.keyword,
},
}).then((res) => {