WXL
2026-05-08 6623e51d0b1edb191ca50201c0130cb5ed1beda8
src/views/project/components/orgselect/index.vue
@@ -115,6 +115,7 @@
      console.error("'lazy-load'必须和'filterable'同时使用!");
      return false;
    }
    console.log(456789);
    if (this.lazyLoad) {
      this.focusEvents.func = () => {
@@ -153,6 +154,7 @@
          };
          this.dataList.unshift(all);
        }
        this.tempList = this.dataList.map(item => item);
        this.focusEvents.loaded = true;
        this.isLoading = false;