From 8677a0c99af4d802e024478da828cdd14be36d56 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 22 Dec 2025 17:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=AE=A1=E6=89=B9=E9=9C=80?= =?UTF-8?q?=E6=B1=82=EF=BC=8C=E5=8E=BB=E9=99=A4=E6=AF=94=E8=BE=83=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=AE=A1=E6=89=B9=E6=8E=A5=E5=8F=A3=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=8E=9F=E6=9C=AC=E4=BF=9D=E5=AD=98=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9EcanSubmitApproval=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E9=BB=98=E8=AE=A4true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/vehicleAdd.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index a570fb68..adcfb644 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -335,7 +335,7 @@ --> - + @@ -1200,6 +1200,7 @@ export default { liabilityInsuranceStartTime: this.hasLiabilityInsurance == 1 ? (timeObj?.startTime || '' ) : '', liabilityInsuranceEndTime: this.hasLiabilityInsurance == 1 ? (timeObj?.endTime || '') : '', virtualVehicle: this.virtualVehicle, + canSubmitApproval:true }) if(this.id){ this.$toast('修改成功')