diff --git a/src/views/deviceManage/listDevice.vue b/src/views/deviceManage/listDevice.vue index e8ce6a8..872a4dd 100644 --- a/src/views/deviceManage/listDevice.vue +++ b/src/views/deviceManage/listDevice.vue @@ -16,6 +16,15 @@ + + + @@ -98,6 +107,7 @@ import editDevice from '@/views/deviceManage/editDevice' import detailDevice from '@/views/deviceManage/detailDevice' import selectTree from '@/components/SelectTree/singleSelect' +import AreaSelectTree from '@/components/AreaSelect/areaSelectTree' import { getDeviceList, getDeviceType, delDevice, batchImportDevice, batchExportDevice } from '@/api/device' import DownloadTemplate from '@/components/DownloadTemplate' import DeptSelect from '@/components/DeptSelect/index' @@ -106,10 +116,11 @@ export default { name: 'ListDevice', - components: { DeptSelect, DownloadTemplate, editDevice, detailDevice, selectTree, InfoWell }, + components: { DeptSelect, DownloadTemplate, editDevice, detailDevice, selectTree, InfoWell, AreaSelectTree }, data() { return { listQuery: { + area: '', keywords: '', deviceType: '', isOnline: '',