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