From 26ae5c1358c51f3213362d7ad1fb0054cbf2790e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 19 八月 2023 23:36:33 +0800
Subject: [PATCH] 2023-08-19

---
 src/tabviews/custom/components/module/voucher/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/module/voucher/index.jsx b/src/tabviews/custom/components/module/voucher/index.jsx
index e42bad6..8142461 100644
--- a/src/tabviews/custom/components/module/voucher/index.jsx
+++ b/src/tabviews/custom/components/module/voucher/index.jsx
@@ -362,7 +362,7 @@
           attachments: res.attachments_int,
           title: res.voucher_text || '',
           remark: res.remark || '',
-          status: 'saved'
+          status: res.copy_type === 'true' ? 'copy' : 'saved'
         })
       } else {
         this.setState({

--
Gitblit v1.8.0