Procházet zdrojové kódy

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

zhujindu před 7 hodinami
rodič
revize
5303b78b71
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/historicalVisit/perfectStoreSign.vue

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

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