From 11ee4a031a836960bcf6eb7dcfc2ea2a1ffe35db Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 14 Mar 2025 11:51:53 +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=AE=A1=E6=A0=B8=E4=BF=AE=E6=94=B9=E6=8E=89=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 1 + src/views/secondHandCar/wantBuy.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 54bb44fa..0d87d9eb 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -333,6 +333,7 @@ export default { auditResult: type ? 1 : 0 , auditReason: this.auditReason, }) + await this.submitHandle() setTimeout(()=>{ this.closeParentDialog() },1000) diff --git a/src/views/secondHandCar/wantBuy.vue b/src/views/secondHandCar/wantBuy.vue index b5aba962..3533d835 100644 --- a/src/views/secondHandCar/wantBuy.vue +++ b/src/views/secondHandCar/wantBuy.vue @@ -199,12 +199,14 @@ export default { auditResult: type ? 1 : 0 , auditReason: this.auditReason, }) + await this.submitHandle() setTimeout(()=>{ this.closeParentDialog() },1000) } finally { console.log(type) } + }, // 发布求购 async submitHandle(){