From 9ff66017debadfc89bc0c1b796684a4d1dbe2bc3 Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期五, 16 十二月 2022 10:00:02 +0800
Subject: [PATCH] 已上报到市批量操作按钮隐藏

---
 src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
index ecd2735..128ee4e 100644
--- a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
+++ b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
@@ -29,11 +29,11 @@
         writ: null
       }
   },
-    props: ['caseId','closeDialog', 'vioData', 'illegalType', 'imageResourceId'],
+    props: ['caseId','closeDialog', 'illData', 'illegalType', 'imageResourceId'],
     created() {
-      this.arriveData = this.vioData.arrivalSituation;
-      this.evidenceData = this.vioData.investigation;
-      this.writ = this.vioData.writ;
+      this.arriveData = this.illData.arrivalSituation;
+      this.evidenceData = this.illData.investigation;
+      this.writ = this.illData.writ;
     },
     methods: {
         handleSubmit() {

--
Gitblit v1.8.0