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;