zhaoxiaoqiang
2023-04-14 a5604d778ca31451a95d8dabdf94f7ebc78e5c55
src/views/order/wxScore.vue
@@ -100,7 +100,7 @@
    // 获取订单列表
    init(params = this.filter, isClear) {
      this.loading = true;
      params.storeId = this.$route.query.id;
      params.storeId = this.$route.query.storeId;
      //   params.storeId = this.$route.query.storeId ? this.$route.query.storeId : "";
      this.$api
        .wxScoreList(params)