已脱贫

This commit is contained in:
shijingjing
2022-07-06 18:32:55 +08:00
parent bb5c88074e
commit 752d8020a2

View File

@@ -146,8 +146,17 @@ export default {
change(index) {
this.currentTabs = index
if(this.currentTabs == 1) {
this.typelist = this.$dict.getDict('fpPrtpStatus')
this.typelist.unshift({ dictName: '全部类型', dictValue: ''})
} else if (this.currentTabs == 0) {
this.typelist = this.$dict.getDict('fpPrtpStatus').filter((e) => e.dictValue != 5)
this.typelist.unshift({ dictName: '全部类型', dictValue: ''})
}
this.status = ''
this.getListInit()
},
toDetail(item) {