From a94f19a21fe2098811339aa916869b0ab923536c Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 26 Dec 2022 17:15:08 +0800
Subject: [PATCH] 添加车辆变更审批

---
 src/views/work/process/audit/handle.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/work/process/audit/handle.vue b/src/views/work/process/audit/handle.vue
index 136fc1c..fdb9618 100644
--- a/src/views/work/process/audit/handle.vue
+++ b/src/views/work/process/audit/handle.vue
@@ -460,6 +460,7 @@
       let catId = car.id
       let goods = this.form.goodsEntity
       let goodsId = goods.id
+      this.form.endPassTime = basic.endPassTime
       let form = this.form
       //保留原form中的字段
       let common = Object.assign({}, form)

--
Gitblit v1.9.3