Merge pull request #7317 from dataease/pr@dev_one_dot_x

fix: 日期类型过滤组件没有请求
This commit is contained in:
dataeaseShu 2023-12-25 14:08:45 +08:00 committed by GitHub
commit d9a5fb9c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

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

View File

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