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