|
|
@@ -2422,8 +2422,8 @@ export default {
|
|
|
firstCollectionId: this.collectionItemList[b].firstCollectionId,
|
|
|
answerType: this.collectionItemList[b].answerType,
|
|
|
answerValue: this.collectionItemList[b].answerValue,
|
|
|
- deviceCode: this.collectionItemList[b].deviceCode, //设备编号
|
|
|
- putInCode: this.collectionItemList[b].putInCode, //投放编号
|
|
|
+ deviceCode: this.collectionItemList[b].deviceCode || "", //设备编号
|
|
|
+ putInCode: this.collectionItemList[b].putInCode || "", //投放编号
|
|
|
});
|
|
|
}
|
|
|
if (
|