二手车交易,打电话问题
This commit is contained in:
@ -160,7 +160,12 @@ export default {
|
||||
this.saveRecord(duration);
|
||||
},
|
||||
async saveRecord(duration){
|
||||
await saveRecord({type:this.recordType,carInfoId:this.id,duration})
|
||||
try {
|
||||
let res= await saveRecord({type: this.recordType, carInfoId: this.id, duration})
|
||||
console.log("saveRecord",res)
|
||||
} catch (e) {
|
||||
console.log("e")
|
||||
}
|
||||
},
|
||||
handle(){
|
||||
this.show=true
|
||||
|
Reference in New Issue
Block a user