wgl il y a 4 ans
Parent
commit
fe46517f94

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

@@ -76,6 +76,7 @@
 			}
 
 			if (this.$route.query.channelId) {
+				this.channelForm.channelId = this.$route.query.channelId;
 				this.searchByChannel();
 			}
 
@@ -155,7 +156,7 @@
 			})
 		},
 		mounted() {
-			if(this.parking_company_id){
+			if (this.parking_company_id) {
 				this.getInfo();
 			}
 		},

+ 1 - 1
src/projects/parking/views/Merchant/History/List.vue

@@ -23,7 +23,7 @@
 				<ul class="mui-table-view">
 					<li v-for="(item,index) in recordList" class="mui-table-view-cell">
 						<router-link class="mui-navigate-right" :to="{name:'MerchantHistoryInfo',query:{id:item.id}}">
-							{{item.carNumber}}
+							{{item.carNum}}
 							<span class="mui-pull-right mui-h6" v-text="item.createTime"></span>
 						</router-link>
 					</li>