ccjgmwz 3 年之前
父節點
當前提交
3562a92eed
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .env.production
  2. 1 1
      src/views/houseSelfCollect/newWeighingManagement.vue

+ 2 - 2
.env.production

@@ -4,8 +4,8 @@
 
 NODE_ENV = 'production'
 # 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({
             compId: localStorage.getItem('ws-pf_compId'),
             currentPage: this.currentPage,
-            pageSize: 9999,
+            pageSize: 99,
             searchKeyWord: '',
             warehouseName: this.warehouseName,
             managementType: 1,