瀏覽代碼

修改为接口获取

1178232204@qq.com 3 年之前
父節點
當前提交
fc76e91cfd
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/js/other.js

+ 1 - 2
src/js/other.js

@@ -391,8 +391,7 @@ function goDetail(data) {
     })
 }
 function getMedRecordContentOther(id) {
-
-    post(api.getMedRecordContentOther, { recId: '767118_2002-3_20210922163606' }).then(res => {
+    post(api.getMedRecordContentOther, { recId: id }).then(res => {
         if (res.data.code == '0') {
             let data = res.data.data.htmlText
             window["filter"] = data;