소스 검색

【修改】bug

howie 3 년 전
부모
커밋
959e4fa1ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mixin/print.js

+ 1 - 1
src/mixin/print.js

@@ -193,7 +193,7 @@ export default {
               invoiceId: tempData.invoiceId,
               id: tempData.id,
               createTime: tempData.id
-                ? this.dateToDayFilter(tempData.createTime)
+                ? this.dateToDayFilter(data.createTime)
                 : '',
               enginOrderType:
                 tempData.orderType == "HOME" || tempData.orderType == "TRADE"