|
@@ -5578,6 +5578,7 @@ export default {
|
|
|
gradeId: parseInt(self.gradeId),
|
|
|
chapterId: parseInt(self.chapterId),
|
|
|
moduleId: parseInt(self.moduleId),
|
|
|
+ orderGoodsId: this.orderGoodsId,
|
|
|
};
|
|
|
this.$request.getPhotoLastRecord(data).then((res) => {
|
|
|
//清空历史数据
|
|
@@ -5776,6 +5777,7 @@ export default {
|
|
|
photoNum: parseInt(self.photoNum),
|
|
|
chapterId: parseInt(self.chapterId),
|
|
|
moduleId: parseInt(self.moduleId),
|
|
|
+ orderGoodsId: this.orderGoodsId,
|
|
|
timeInterval: postTime ? self.photoList.join(",") : "",
|
|
|
};
|
|
|
console.log("提交接口", data);
|