From d296cf352c682802ff261994416d4cb0e1c6aa34 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 13 Aug 2021 14:15:28 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises

---
 src/views/resource/uploadNotice.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/resource/uploadNotice.vue b/src/views/resource/uploadNotice.vue
index bbebdbd..8cbbfa2 100644
--- a/src/views/resource/uploadNotice.vue
+++ b/src/views/resource/uploadNotice.vue
@@ -77,6 +77,7 @@
   data() {
     var type = 4;
     var deptid = this.$route.query.deptId;
+    var noticeId = this.$route.query.noticeId;
     return {
       form: {},
       query: {},
@@ -201,7 +202,10 @@
               "/api/blade-resource/oss/endpoint/put-file-attach?type=" +
               type +
               "&deptid=" +
-              deptid,
+              deptid +
+              "&noticeId=" +
+              noticeId
+
           },
         ],
       },
@@ -331,6 +335,7 @@
     onLoad(page, params = {}) {
       params.type = 4;
       params.deptid = this.$route.query.deptId;
+      params.noticeId = this.$route.query.noticeId;
       this.loading = true;
       getList(
         page.currentPage,

--
Gitblit v1.9.3