监测对象
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user