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');