longfenglin 1 год назад
Родитель
Сommit
16567bb768

+ 1 - 1
src/views/produce/components/feeding/index.vue

@@ -341,7 +341,7 @@ export default {
               f['palletList'] = o.palletList || [];
               f['revolvingDiskList'] = o.revolvingDiskList || [];
               f['semiProductList'] = o.semiProductList || [];
-              this.$set(this.List[index],'executorTime',timestampToDateTime(o.executorTime))
+              this.$set(this.List[index],'executorTime',o.executorTime)
               this.$forceUpdate();
             }
           });

+ 1 - 1
src/views/produce/components/jobBooking/index.vue

@@ -635,7 +635,7 @@ console.log('4444444444',this.List)
               f['productRecycleList'] = o.extInfo.productRecycleList
               f['semiProductList'] = o.extInfo.semiProductList
               f['modelList'] = o.extInfo.modelList
-              this.$set(this.List[index].workReportInfo,'executorTime',timestampToDateTime(o.extInfo.workReportInfo.executorTime))
+              // this.$set(this.List[index].workReportInfo,'executorTime',timestampToDateTime(o.extInfo.workReportInfo.executorTime))
               this.$forceUpdate();
             }
           })