fix: 日期类型过滤组件没有请求
This commit is contained in:
parent
63bff6fc80
commit
341a9e973c
@ -202,7 +202,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
lostFocus() {
|
||||
this.$refs['deOutWidget'].onScroll?.()
|
||||
this.$refs['deOutWidget'].selectOnScroll?.()
|
||||
},
|
||||
filterLoaded(p) {
|
||||
this.$emit('filter-loaded', p)
|
||||
|
||||
@ -276,6 +276,9 @@ export default {
|
||||
bus.$off('reset-default-value', this.resetDefaultValue)
|
||||
},
|
||||
methods: {
|
||||
selectOnScroll() {
|
||||
this.onScroll()
|
||||
},
|
||||
clearDefault(optionList) {
|
||||
const emptyOption = !optionList?.length
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user