ccjgmwz 3 năm trước cách đây
mục cha
commit
3562a92eed

+ 2 - 2
.env.production

@@ -4,8 +4,8 @@
 
 
 NODE_ENV = 'production'
 NODE_ENV = 'production'
 # base api
 # base api
-#VUE_APP_BASE_API = 'https://api2.eliangeyun.com'
-VUE_APP_BASE_API = 'https://apitest.eliangeyun.com'
+VUE_APP_BASE_API = 'https://api2.eliangeyun.com'
+#VUE_APP_BASE_API = 'https://apitest.eliangeyun.com'
 
 
 # 微服务相关接口配置
 # 微服务相关接口配置
 ## 任务消息
 ## 任务消息

+ 1 - 1
src/views/houseSelfCollect/newWeighingManagement.vue

@@ -648,7 +648,7 @@
           getweighingList({
           getweighingList({
             compId: localStorage.getItem('ws-pf_compId'),
             compId: localStorage.getItem('ws-pf_compId'),
             currentPage: this.currentPage,
             currentPage: this.currentPage,
-            pageSize: 9999,
+            pageSize: 99,
             searchKeyWord: '',
             searchKeyWord: '',
             warehouseName: this.warehouseName,
             warehouseName: this.warehouseName,
             managementType: 1,
             managementType: 1,