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