zhouhao
2021-11-03 91ca5d3a9d43f1b73fe6ff1b8a0d5dda599fbb7d
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)