Преглед на файлове

树型参照过滤,采用接口过滤

002390 преди 1 година
родител
ревизия
cc281ddb12
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/components/popover-tree-select/index.vue

+ 2 - 2
src/components/popover-tree-select/index.vue

@@ -142,8 +142,8 @@ export default {
     },
     // query list
     async useQuery(value) {
-      await this.$refs.tree.filter(value);
-      // await this.fetchList(this.model);
+      // await this.$refs.tree.filter(value);
+      await this.fetchList(this.model);
     },
     // auto
     async useAutocomplete(prop, cb) {