dedsudiyu 1 år sedan
förälder
incheckning
ca253caf45
1 ändrade filer med 1 tillägg och 1 borttagningar
  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);