zhaoxiaoqiang
2021-09-01 cd384b5b498cefb6ec2a7645fe7da39397b07166
storID
1 files modified
2 ■■■ changed files
src/views/order/wxScore.vue 2 ●●● patch | view | raw | blame | history
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)