qinzhipeng_v@didiglobal.com 4 anni fa
parent
commit
6ac2cc1fc1
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/components/select/searchPeople.vue

+ 3 - 0
src/components/select/searchPeople.vue

@@ -89,6 +89,9 @@ export default {
       immediate: true
       immediate: true
     }
     }
   },
   },
+  mounted() {
+    this.initMore(this.searchValue)
+  },
   methods: {
   methods: {
     remoteMethod(query) {
     remoteMethod(query) {
       query !== '' ? this.getMember(query) : this.options = []
       query !== '' ? this.getMember(query) : this.options = []