|
@@ -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;
|