riku
2022-09-06 b43d04ef7295105e78feb5980de619f58a9803a6
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++