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