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]