twt 3 年 前
コミット
1bdcab6d95
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      pages/index/addCar.vue

+ 1 - 1
pages/index/addCar.vue

@@ -201,7 +201,7 @@
 					console.log(res);
 					if(res.data&&res.data.length>0){
 						this.sbPlate=res.data
-						this.sbPlate=this.sbPlate.concat(this.sbPlate)
+						//this.sbPlate=this.sbPlate.concat(this.sbPlate)
 						if(this.sbPlate.length==1){
 							//this.carModelInfo.value=res.data[0].value
 							this.carModelInfo=res.data[0]