瀏覽代碼

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 = []
         this.options = []
         const formValue = {
         const formValue = {
           page: 1,
           page: 1,
-          size: 100,
           name: query,
           name: query,
           itemid: this.itemid || '',
           itemid: this.itemid || '',
           companyNo: this.filterCompany ? this.currentCompany : ''
           companyNo: this.filterCompany ? this.currentCompany : ''