Parcourir la source

1.录入报告,门店列表

guo il y a 3 ans
Parent
commit
51614c9dc4
1 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 6 2
      operatingCompany/pages/entryReport/entryReport.vue

+ 6 - 2
operatingCompany/pages/entryReport/entryReport.vue

@@ -165,7 +165,11 @@
 				if(this.firstIndex == 0){
 					maxTime = ''
 				}
-
+				var checkCount = ''
+				if(this.isHave == true){
+					checkCount = 1
+				}
+				
 				let url = 'accompany/SuperAccounts/queryShopListByMyTeam',
 					params = {
 						// page: this.page,
@@ -174,7 +178,7 @@
 						lng: this.lng,
 						lat: this.lat,
 						maxTime:maxTime,
-						checkCount:Number(this.isHave),
+						checkCount:checkCount,
 					}
 				this.$http(url, params, 'GET').then(res => {
 					var list = res.data