qinzhipeng_v@didiglobal.com преди 4 години
родител
ревизия
6ac2cc1fc1
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/components/select/searchPeople.vue

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

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