zhaoxiaohai 3 years ago
parent
commit
8462326a69
1 changed files with 10 additions and 0 deletions
  1. 10 0
      pages/annunciate/details.js

+ 10 - 0
pages/annunciate/details.js

@@ -178,4 +178,14 @@ Page({
             tabsTitle: e.detail.title
         })
     },
+    /* 下载附件 */
+    downLoadRecord() {
+        _Http.basic({
+            "classname": "saletool.notice.notice",
+            "method": "updateDownloadRecord",
+            "content": {
+                "sat_noticeid": this.data.detailsData.sat_noticeid
+            }
+        })
+    }
 })