소스 검색

停车收费功能完善修正

wgl 4 년 전
부모
커밋
cab772d0af
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 => {