zhaoxiaoqiang
2021-08-31 20365ba048f4042dfdc223cf2a6fa8c2d5a699f3
src/views/order/wxScore.vue
@@ -70,6 +70,9 @@
                filter: {}
            }
        },
        created(){
            console.log(this.$route.query)
        },
        computed: {
            ...mapState(['userinfo']),
            ...mapGetters(['orgType']),
@@ -103,6 +106,7 @@
            // 获取订单列表
            init(params = this.filter,isClear) {
                this.loading = true;
                params.merId =  this.$route.query.id;
                this.$api.wxScoreList(params).then(res => {
                    this.filter = {...params};
                    if(isClear){