Browse Source

feature_20260420_陈列任务识别排面数修改

zhujindu 19 hours ago
parent
commit
c4d57bbb99
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();