From f9a29e81dc6fc8bc15cbf14d161d6fb5bc9e8b90 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 14 Mar 2025 15:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E5=85=B6=E4=BB=96=E7=9A=84=E5=8E=9F=E5=9B=A0=E8=A6=81?= =?UTF-8?q?=E5=8A=A0=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/wantBuy.vue | 2 ++ 1 file changed, 2 insertions(+) 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('发布成功')