From 29bf5936bf1da2eea81f3abe07dc738f5267c42c Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 02 Jan 2023 16:34:16 +0800
Subject: [PATCH] 修改顶部栏
---
src/views/work/process/audit/handle.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/views/work/process/audit/handle.vue b/src/views/work/process/audit/handle.vue
index 136fc1c..f57eabb 100644
--- a/src/views/work/process/audit/handle.vue
+++ b/src/views/work/process/audit/handle.vue
@@ -263,6 +263,14 @@
cloneForm:{},
}
},
+ watch:{
+ 'form.passTime':{
+ handler(newVal){
+ this.form.startPassTime = newVal[0]
+ this.form.endPassTime = newVal[1]
+ }
+ }
+ },
created() {
this.init();
},
@@ -460,6 +468,7 @@
let catId = car.id
let goods = this.form.goodsEntity
let goodsId = goods.id
+ this.form.passTime = [basic.startPassTime,basic.endPassTime]
let form = this.form
//保留原form中的字段
let common = Object.assign({}, form)
--
Gitblit v1.9.3