laboratory/src/components/SelectMember/index.vue
@@ -194,7 +194,7 @@ roleIds: [this.roleType], } const res = await getUserList(params); this.tableData = res.records.filter(item => item.status == 0); this.tableData = res.records; } else { const res = await getUserList(params); this.tableData = res.records.filter(item => item.status == 0);