|
@@ -448,7 +448,7 @@
|
|
|
response.data.checkHazardInfoVoList.forEach(function(item) {
|
|
|
item.lookType = true;
|
|
|
item.checkHazardDtoList.forEach(function(item2) {
|
|
|
- item2.hazardCheckCode=item2.code
|
|
|
+ //item2.hazardCheckCode=item2.code
|
|
|
item2.voiceRemark=item2.voiceRemark?JSON.parse(item2.voiceRemark):[];
|
|
|
})
|
|
|
})
|