MrShi
2025-01-02 77d8f6ccb72cb64c29e77c39fcc8298781d008bb
h5/pages/common/memberSel.vue
@@ -64,7 +64,7 @@
               realname: param.name,
               id: param.id
            }).then(res => {
               this.memberList = res.data || []
               this.memberList = [{id: '', realname: '全部'}, ...res.data]
            })
         }
      }