diff --git a/src/views/secondHandCar/wantBuy.vue b/src/views/secondHandCar/wantBuy.vue index e0edb449..27287b21 100644 --- a/src/views/secondHandCar/wantBuy.vue +++ b/src/views/secondHandCar/wantBuy.vue @@ -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('发布成功')