二手车交易,优化
This commit is contained in:
@ -157,9 +157,9 @@ export default {
|
||||
this.supplierName=res.data?.supplierName
|
||||
this.supplierCode=res.data?.supplierCode
|
||||
if(res.data.vehicleType.includes(',')){
|
||||
let res=res.data.vehicleType?.split(',')
|
||||
this.form.vehicleType=res[0]
|
||||
this.ortherReason=res[1]
|
||||
let result=res.data.vehicleType?.split(',')
|
||||
this.form.vehicleType=result[0]
|
||||
this.ortherReason=result[1]
|
||||
}
|
||||
}
|
||||
let wantBuyFormInfo=localStorage.getItem("wantBuyFormInfo") ? JSON.parse(localStorage.getItem("wantBuyFormInfo")) : ''
|
||||
|
Reference in New Issue
Block a user