heyang 1 年之前
父节点
当前提交
43eb706001
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/safetyCheck/startInspection/index.vue

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

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