|
|
@@ -790,6 +790,7 @@ export default {
|
|
|
}, 2000);
|
|
|
localStorage.setItem('getRequestFlage', 'false');
|
|
|
if (val.taskType == '5') {
|
|
|
+ debugger;
|
|
|
this.$router.push({
|
|
|
path: '/taskPhotoTaking',
|
|
|
query: {
|
|
|
@@ -798,7 +799,7 @@ export default {
|
|
|
taskIds: val.taskIds.join(','),
|
|
|
storeGroupId: this.storeGroupId,
|
|
|
photoType: val.photoType,
|
|
|
- insert: 1,
|
|
|
+ insert: true,
|
|
|
storeId: this.storeId,
|
|
|
},
|
|
|
});
|