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/components/book/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue
index 152e6dd..f17f970 100644
--- a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue
+++ b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue
@@ -250,14 +250,16 @@
     },
     created() {
       this.getBookType();
+      this.basecase = this.illegalType;
       if (this.writ) {
         this.book = deepClone(this.writ);
         this.book.originalPic = this.writ.originalPic.split(',');
         this.book.writPic = this.writ.writPic.split(',');
         this.book.otherPic = this.writ.otherPic.split(',');
+        this.book.rectifiedPic = this.writ.rectifiedPic.split(',');
       }
     },
-    props: ['caseId', 'closeDialog','mycode', 'writ'],
+    props: ['caseId', 'closeDialog','mycode', 'writ', 'illegalType'],
     methods: {
         handleSuccess1(res, file, filelist) {
             const baseUrl = 'http://140.143.152.226:8410/';

--
Gitblit v1.8.0