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