Browse Source

feat: 修复获取数量异常

zhangyuhan 6 months ago
parent
commit
ccf82bc60c

+ 2 - 1
src/web/staticres/common-module/big-member/js/page_client_list.js

@@ -371,7 +371,8 @@ var vueComponent = new Vue({
                 url:'/entnicheNew/customer/list',
                 url:'/entnicheNew/customer/list',
                 data:{
                 data:{
                     searchCode: _this.inputVal,
                     searchCode: _this.inputVal,
-                    isCliam: 999
+                    isCliam: 999,
+                  	pagesize: 999
                 },
                 },
                 success:function(res) {
                 success:function(res) {
                     if (res.error_code == 0){
                     if (res.error_code == 0){