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