|
|
@@ -289,7 +289,7 @@ export default {
|
|
|
// this.collectionItemList = [];
|
|
|
getVisitsDetailPerfectStoreByTaskId({
|
|
|
visitsId: this.visitsId,
|
|
|
- taskIdList: this.$route.query.taskId.split(','),
|
|
|
+ taskIdList: this.$route.query.taskId,
|
|
|
})
|
|
|
.then((res) => {
|
|
|
this.toastLoading().clear();
|