Showing
1 changed file
with
2 additions
and
1 deletions
@@ -171,9 +171,10 @@ | @@ -171,9 +171,10 @@ | ||
171 | reload(); | 171 | reload(); |
172 | } | 172 | } |
173 | }; | 173 | }; |
174 | - function handleView() { | 174 | + function handleView(record: Recordable) { |
175 | nextTick(() => { | 175 | nextTick(() => { |
176 | openDrawer(true, { | 176 | openDrawer(true, { |
177 | + record, | ||
177 | isUpdate: 'view', | 178 | isUpdate: 'view', |
178 | }); | 179 | }); |
179 | }); | 180 | }); |