Browse Source

停车收费功能完善修正

wgl 4 years ago
parent
commit
cab772d0af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/projects/parking/views/Car/Search.vue

+ 2 - 2
src/projects/parking/views/Car/Search.vue

@@ -84,10 +84,10 @@
 		methods: {
 			//获取停车场信息
 			getInfo() {
-				this.isLoading = true;
+				//this.isLoading = true;
 				API_Car.findByCompanyId(this.parking_company_id).then(response => {
 
-					this.isLoading = false;
+					//this.isLoading = false;
 
 					this.detail = response;
 				}).catch(error => {