From 640fc2d7806beb27e7cc7475d7193ae92f1e3197 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 05 Nov 2021 17:35:44 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/views/resource/attachOnce.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/resource/attachOnce.vue b/src/views/resource/attachOnce.vue
index 52d20e6..1815ee5 100644
--- a/src/views/resource/attachOnce.vue
+++ b/src/views/resource/attachOnce.vue
@@ -176,7 +176,7 @@
       i = 0,
       ind = null;
     this.$store.state.tags.tagList.forEach((item, index) => {
-      if (item.label == "附件上传") {
+      if (item.label == "附件查阅") {
         if (flag == false) {
           ind = index;
           flag = true;

--
Gitblit v1.9.3