liuyg
2021-08-07 4dc2721047e9cafb4325fca58ca660f2c134da58
src/views/desk/notice.vue
@@ -242,10 +242,10 @@
        // }
      });
    },
    //跳转到附近列表页面
    //跳转到附件列表页面
    handleUploadPage(row) {
      this.$router.push({
        path: `/resource/attach`,
        path: `/resource/uploadNotice`,
        query: {
          deptId: row.deptId,
        },