二手车交易,打电话问题

This commit is contained in:
2025-03-14 16:50:58 +08:00
parent 79ddd02342
commit 397d234637

View File

@ -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