zzy 2 år sedan
förälder
incheckning
7040b549d3

+ 1 - 1
src/views/evaluate/EvaluateRepeat.vue

@@ -759,7 +759,7 @@ export default {
       if(rn =='1'){
         for(let i =0;i< this.detailList.length;i++){
           if(this.detailList[i].id =='23'){
-            this.detailList[i].content = this.detailAllList[rn].FINISHTIME;
+            this.detailList[i].content = this.detailAllList[rn].OPERATION_TIME1;
           }
         }
       }

+ 1 - 1
src/views/handle_situation/HandleSituation.vue

@@ -1785,7 +1785,7 @@ export default {
       if(rn =='1'){
         for(let i =0;i< this.detailList.length;i++){
           if(this.detailList[i].id =='23'){
-            this.detailList[i].content = this.detailAllList[rn].FINISHTIME;
+            this.detailList[i].content = this.detailAllList[rn].OPERATION_TIME1;
           }
         }
       }