shuishen
2021-08-13 d296cf352c682802ff261994416d4cb0e1c6aa34
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,