lxh 1 년 전
부모
커밋
df6e022eed
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/vent/performance/comment/DeviceModal.vue

+ 0 - 1
src/views/vent/performance/comment/DeviceModal.vue

@@ -16,7 +16,6 @@
   import { computed, unref, inject, reactive } from 'vue';
   import { BasicModal, useModalInner } from '/@/components/Modal';
   import FormModal from './FormModal.vue';
-
   // 声明Emits
   const emit = defineEmits(['saveOrUpdate', 'register']);
   const isUpdate = inject('isUpdate');