gcz %!s(int64=3) %!d(string=hai) anos
pai
achega
5397cc7484
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      pages/ownersquery/ownersinfo/ownersinfo.vue

+ 3 - 3
pages/ownersquery/ownersinfo/ownersinfo.vue

@@ -90,9 +90,9 @@
 					this.mescroll.endByPage(curPageLen, totalPage);
 					
 					this.leaveDetail = res.data;
-					for (let item of res.data.rows) {
-						this.owelist.push(item)
-					}
+					// for (let item of res.data.rows) {
+					// 	this.owelist.push(item)
+					// }
 					if(this.owelist.length<=0){this.listEmpty = true};
 				
 					console.log('vehicleList',res)