|
@@ -801,7 +801,7 @@ export default {
|
|
|
taskIds: val.taskIds.join(','),
|
|
taskIds: val.taskIds.join(','),
|
|
|
storeGroupId: this.storeGroupId,
|
|
storeGroupId: this.storeGroupId,
|
|
|
photoType: val.photoType,
|
|
photoType: val.photoType,
|
|
|
- insert: true,
|
|
|
|
|
|
|
+ insert: this.insert,
|
|
|
storeId: this.storeId,
|
|
storeId: this.storeId,
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|