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