From 8603613a12466bd41aaeb8db6da56a56c24f8450 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期日, 04 二月 2024 18:31:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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