bug
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user