This commit is contained in:
shijingjing
2022-07-07 10:04:44 +08:00
parent 752d8020a2
commit 5dbc072821

View File

@@ -112,6 +112,8 @@ export default {
confirmTypeSelect(val) {
this.status = val?.[0].value
this.$nextTick(()=>{
this.current = 1,
this.list = []
this.getList()
})
},
@@ -153,7 +155,6 @@ export default {
this.typelist = this.$dict.getDict('fpPrtpStatus').filter((e) => e.dictValue != 5)
this.typelist.unshift({ dictName: '全部类型', dictValue: ''})
}
this.status = ''
this.getListInit()