heyang 1 rok temu
rodzic
commit
43eb706001

+ 1 - 0
src/views/safetyCheck/startInspection/index.vue

@@ -946,6 +946,7 @@
         getHazardInfo({subId:id,hazardIds:hazardIds}).then(response => {
         getHazardInfo({subId:id,hazardIds:hazardIds}).then(response => {
             if(response.data[0]){
             if(response.data[0]){
               response.data.forEach(function(item) {
               response.data.forEach(function(item) {
+                item.lookType=true;
                 item.checkHazardDtoList.forEach(function(item2) {
                 item.checkHazardDtoList.forEach(function(item2) {
                   item2.hazardCheckCode=item2.code
                   item2.hazardCheckCode=item2.code
                 })
                 })