MrShi
2025-01-02 a0a1c206612de9a3e9d64f3d45564c0ff03f93f6
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()
         })