فهرست منبع

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

zhujindu 7 ساعت پیش
والد
کامیت
5303b78b71
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();