pages/module_consult/consultresult/consultresult.js
@@ -46,7 +46,7 @@ let thisTypeId = '' let thisIndex = -1 res.forEach(r => { r.des = r.des.replace('\\n', '<br/>') r.des = r.des.replaceAll('\\n', '<br/>') if (thisTypeId === '' || thisTypeId != r.typeId) { thisTypeId = r.typeId thisIndex++