@@ -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'
# 微服务相关接口配置
## 任务消息
@@ -648,7 +648,7 @@
getweighingList({
compId: localStorage.getItem('ws-pf_compId'),
currentPage: this.currentPage,
- pageSize: 9999,
+ pageSize: 99,
searchKeyWord: '',
warehouseName: this.warehouseName,
managementType: 1,