已脱贫
This commit is contained in:
@@ -146,8 +146,17 @@ export default {
|
|||||||
|
|
||||||
change(index) {
|
change(index) {
|
||||||
this.currentTabs = 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.status = ''
|
||||||
this.getListInit()
|
this.getListInit()
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
toDetail(item) {
|
toDetail(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user