浏览代码

优化反显

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 = []