zhouwx
2024-06-20 bc35d48bada733a0a4677cce54f3aa5ce3080be6
src/utils/selectLoadMoreDirective.ts
@@ -1,7 +1,7 @@
import {Directive, DirectiveBinding, nextTick} from 'vue'
const loadMore: Directive = {
    beforeMount(el: any, binding: DirectiveBinding) {
        console.log(el)
        console.log('111',el)
        const selectDom = (document.querySelector(".more_select_dropdown") as any).querySelector(".el-select-dropdown .el-select-dropdown__wrap");
        console.log(selectDom, 'selectDom++++++++++++++');
        function loadMores(this: any) {