ソースを参照

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

zhujindu 19 時間 前
コミット
c4d57bbb99
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();