Browse Source

优化反显

qinzhipeng_v@didiglobal.com 4 năm trước cách đây
mục cha
commit
6ac2cc1fc1
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 = []