소스 검색

修改为接口获取

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;