Explorar el Código

pms 保养预警

zhangcl hace 2 meses
padre
commit
c04f2893e0
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      src/views/pms/iotmainworkorder/IotDeviceMainAlarm.vue

+ 0 - 7
src/views/pms/iotmainworkorder/IotDeviceMainAlarm.vue

@@ -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' })