WXL
9 天以前 ade06cfe7a782f9272fa5d4820c589f7b8608935
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,8 @@
          };
          this.dataList.unshift(all);
        }
        console.log(this.dataList,'this.dataList');
        this.tempList = this.dataList.map(item => item);
        this.focusEvents.loaded = true;
        this.isLoading = false;