gjy 2 năm trước cách đây
mục cha
commit
fc609eb410

+ 2 - 2
config/index.js

@@ -1,10 +1,10 @@
 const dev = {
 const dev = {
 	baseUrl: 'https://www.zthymaoyi.com',
 	baseUrl: 'https://www.zthymaoyi.com',
 	// baseUrl: 'http://localhost:8080/',
 	// 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.1.118:8090/',
 	// baseUrlNew: 'http://192.168.110.9:9100/',
 	// 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:8099/',
 	 // baseUrlNew: 'http://192.168.110.82:8090/',
 	 // baseUrlNew: 'http://192.168.110.82:8090/',
 	// baseUrlNew: 'http://192.168.110.202:8090/',
 	// baseUrlNew: 'http://192.168.110.202:8090/',

+ 0 - 1
pages/dataReport/Inventoryentrydetails.vue

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