zlisen 3 years ago
parent
commit
98368c3334
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/staff/staff/list/index.jsx

+ 1
- 1
src/pages/staff/staff/list/index.jsx View File

@@ -232,7 +232,7 @@ export default props => {
232 232
     <>
233 233
       <QueryTable
234 234
         ref={ref}
235
-        rowKey="buildingId"
235
+        rowKey="userId"
236 236
         api={apis.staff.taUser}
237 237
         columns={tableColumns}
238 238
         searchFields={searchFields}