소스 검색

feat:search-account组件取消搜索用户个数限制

snow 2 년 전
부모
커밋
a767ba14df
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/globalComponents/search-account/main.vue

+ 0 - 1
src/components/globalComponents/search-account/main.vue

@@ -105,7 +105,6 @@ export default {
         this.options = []
         const formValue = {
           page: 1,
-          size: 100,
           name: query,
           itemid: this.itemid || '',
           companyNo: this.filterCompany ? this.currentCompany : ''