Browse Source

Merge branch 'feature_20260423_完美门店接口优化bug' into uat(dev)

zhujindu 4 hours ago
parent
commit
5303b78b71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/historicalVisit/perfectStoreSign.vue

+ 1 - 1
src/views/historicalVisit/perfectStoreSign.vue

@@ -74,7 +74,7 @@ export default {
       this.shopSignDetail = null;
       this.shopSignDetail = null;
       getVisitsDetailPerfectStoreByTaskId({
       getVisitsDetailPerfectStoreByTaskId({
         visitsId: this.visitsId,
         visitsId: this.visitsId,
-        taskIdList: this.$route.query.taskId.split(','),
+        taskIdList: this.$route.query.taskId,
       })
       })
         .then((res) => {
         .then((res) => {
           this.toastLoading().clear();
           this.toastLoading().clear();