liukangdong
2025-02-08 c7d99f5e11c4cf0667f67b8170e1c585db2e2016
h5/pages/operation/record.vue
@@ -71,6 +71,8 @@
         this.$eventBus.$on('memberSel', (option) => {
            this.$set(this.param, 'userName', option.realname)
            this.$set(this.param, 'userId', option.id)
            this.list = []
            this.page = 1
            this.getList()
         })