Commit 9bf42b5efe53619c8ad1d2117c2ef3ba633eefc1

Authored by fengtao
1 parent a90aeb54

feat:转换脚本 新增启用后查看功能

... ... @@ -171,9 +171,10 @@
171 171 reload();
172 172 }
173 173 };
174   - function handleView() {
  174 + function handleView(record: Recordable) {
175 175 nextTick(() => {
176 176 openDrawer(true, {
  177 + record,
177 178 isUpdate: 'view',
178 179 });
179 180 });
... ...