jiangping
2025-06-06 a2299a6d4a6f99e9c11132138f5d3e9ec68f03ea
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()
         })