ll
liukangdong
2025-01-22 a5f40b4c2590a3d61592f1918d689d4932545248
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()
         })