fix: 日期类型过滤组件没有请求

This commit is contained in:
dataeaseShu 2023-12-25 14:08:16 +08:00
parent 63bff6fc80
commit 341a9e973c
2 changed files with 4 additions and 1 deletions

View File

@ -202,7 +202,7 @@ export default {
}, },
methods: { methods: {
lostFocus() { lostFocus() {
this.$refs['deOutWidget'].onScroll?.() this.$refs['deOutWidget'].selectOnScroll?.()
}, },
filterLoaded(p) { filterLoaded(p) {
this.$emit('filter-loaded', p) this.$emit('filter-loaded', p)

View File

@ -276,6 +276,9 @@ export default {
bus.$off('reset-default-value', this.resetDefaultValue) bus.$off('reset-default-value', this.resetDefaultValue)
}, },
methods: { methods: {
selectOnScroll() {
this.onScroll()
},
clearDefault(optionList) { clearDefault(optionList) {
const emptyOption = !optionList?.length const emptyOption = !optionList?.length