gjy 2 سال پیش
والد
کامیت
fc609eb410
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 2
      config/index.js
  2. 0 1
      pages/dataReport/Inventoryentrydetails.vue

+ 2 - 2
config/index.js

@@ -1,10 +1,10 @@
 const dev = {
 	baseUrl: 'https://www.zthymaoyi.com',
 	// baseUrl: 'http://localhost:8080/',
-	// baseUrlNew: 'http://192.168.110.67:9100/',
+	baseUrlNew: 'http://192.168.110.67:9100/',
 	// baseUrlNew: 'http://192.168.1.118:8090/',
 	// baseUrlNew: 'http://192.168.110.9:9100/',
-	baseUrlNew: 'http://192.168.110.138:8090/',
+	// baseUrlNew: 'http://192.168.110.138:8090/',
 	// baseUrlNew: 'http://192.168.110.82:8099/',
 	 // baseUrlNew: 'http://192.168.110.82:8090/',
 	// baseUrlNew: 'http://192.168.110.202:8090/',

+ 0 - 1
pages/dataReport/Inventoryentrydetails.vue

@@ -105,7 +105,6 @@
 		onReachBottom() { //上拉触底函数
 			// if (this.statusFlag == 3) {
 			if (!this.isLoadMore) { //此处判断,上锁,防止重复请求
-				this.pageSize += 1
 				this.currentPage += 1
 				this.getList()
 			}