Przeglądaj źródła

修改为接口获取

1178232204@qq.com 3 lat temu
rodzic
commit
fc76e91cfd
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/js/other.js

+ 1 - 2
src/js/other.js

@@ -391,8 +391,7 @@ function goDetail(data) {
     })
     })
 }
 }
 function getMedRecordContentOther(id) {
 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') {
         if (res.data.code == '0') {
             let data = res.data.data.htmlText
             let data = res.data.data.htmlText
             window["filter"] = data;
             window["filter"] = data;