二手车交易,其他的原因要加上
This commit is contained in:
@ -231,6 +231,7 @@ export default {
|
||||
auditResult: type ? 1 : 0 ,
|
||||
auditReason: this.auditReason,
|
||||
...this.form,
|
||||
vehicleType: this.ortherReason ? (this.form.vehicleType+','+this.ortherReason) : this.form.vehicleType
|
||||
})
|
||||
setTimeout(()=>{
|
||||
this.closeParentDialog()
|
||||
@ -268,6 +269,7 @@ export default {
|
||||
try {
|
||||
let res = await publishCarInfo({
|
||||
...this.form,
|
||||
vehicleType: this.ortherReason ? (this.form.vehicleType+','+this.ortherReason) : this.form.vehicleType
|
||||
})
|
||||
if(res.code == 200 && !res.msg){
|
||||
this.$toast('发布成功')
|
||||
|
Reference in New Issue
Block a user