|
@@ -108,12 +108,6 @@
|
|
|
</ContentWrap>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <DevicePersonLogDrawer
|
|
|
- :model-value="drawerVisible"
|
|
|
- @update:model-value="val => drawerVisible = val"
|
|
|
- :device-id="currentDeviceId"
|
|
|
- ref="showDrawer"
|
|
|
- />
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
@@ -124,7 +118,6 @@ import { DICT_TYPE, getStrDictOptions } from '@/utils/dict'
|
|
|
import { dateFormatter } from '@/utils/formatTime'
|
|
|
import DeptTree from '@/views/system/user/DeptTree.vue'
|
|
|
import { CACHE_KEY, useCache } from '@/hooks/web/useCache'
|
|
|
-import DevicePersonLogDrawer from "@/views/pms/device/DevicePersonLogDrawer.vue";
|
|
|
|
|
|
/** 设备台账 列表 */
|
|
|
defineOptions({ name: 'IotDevicePerson' })
|