fix: 日期类型过滤组件没有请求
This commit is contained in:
parent
63bff6fc80
commit
341a9e973c
@ -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)
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user