From d66eccc722b46fbb4b57bf28736b6f63a5ed0504 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 02 二月 2024 14:37:50 +0800
Subject: [PATCH] Mr.Shi
---
company/src/components/business/dispatchReviewCheck.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/company/src/components/business/dispatchReviewCheck.vue b/company/src/components/business/dispatchReviewCheck.vue
index b1051c9..2095567 100644
--- a/company/src/components/business/dispatchReviewCheck.vue
+++ b/company/src/components/business/dispatchReviewCheck.vue
@@ -52,7 +52,10 @@
},
methods: {
open(title,target){
- this.form.id = null
+ this.form = {
+ id: null,
+ checkInfo: ''
+ },
this.title=title
this.visible=true
this.form.id=target.id
--
Gitblit v1.9.3