Showing
1 changed file
with
1 additions
and
1 deletions
@@ -153,7 +153,7 @@ | @@ -153,7 +153,7 @@ | ||
153 | </div> | 153 | </div> |
154 | </template> | 154 | </template> |
155 | <script lang="ts"> | 155 | <script lang="ts"> |
156 | - import { defineComponent, reactive, unref, nextTick, ref } from 'vue'; | 156 | + import { defineComponent, reactive, unref, nextTick } from 'vue'; |
157 | import { DeviceState, DeviceTypeEnum } from '/@/api/device/model/deviceModel'; | 157 | import { DeviceState, DeviceTypeEnum } from '/@/api/device/model/deviceModel'; |
158 | import { BasicTable, useTable, TableAction, TableImg } from '/@/components/Table'; | 158 | import { BasicTable, useTable, TableAction, TableImg } from '/@/components/Table'; |
159 | import { columns, searchFormSchema } from './config/device.data'; | 159 | import { columns, searchFormSchema } from './config/device.data'; |