zhaoxiaoqiang
2021-07-28 1170997eb10f24617796ae74b1ac9573ff9faa16
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){