@@ -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 => {