dedsudiyu 1 年之前
父节点
当前提交
ca253caf45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/safetyCheck/worktable/toDoListBox.vue

+ 1 - 1
src/views/safetyCheck/worktable/toDoListBox.vue

@@ -154,7 +154,7 @@
         if(this.infoDialogType != type){
           if(type){
             let obj = {
-              id:data.id
+              id:data.hazardId
             }
             this.$set(this,'propsInfoDialogData',obj);
             this.$set(this,'infoDialogType',type);