Explorar el Código

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

002390 hace 1 año
padre
commit
cc281ddb12
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) {