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 + "¬iceId=" + 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,