2213980799@qq.com преди 1 година
родител
ревизия
71ee040ffc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/inspectionStatistics/qualityControlWorkOrder/index.vue

+ 1 - 1
src/views/inspectionStatistics/qualityControlWorkOrder/index.vue

@@ -546,7 +546,7 @@ export default {
         specification: encodeURIComponent(this.currentRow.specification),
         productCode: this.currentRow.productCode,
         batchNo: this.currentRow.batchNo,
-        createTime: this.currentRow.qualityTime.split(' ')[0],
+        createTime: this.currentRow.qualityTime&&this.currentRow.qualityTime.split(' ')[0],
         designDrawingImg: encodeURIComponent(
           getImageUrl(this.currentRow.picture.storePath)
         )