Przeglądaj źródła

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

snow 2 lat temu
rodzic
commit
a767ba14df

+ 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 : ''