lxh 1 år sedan
förälder
incheckning
fe33bc8021
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/vent/deviceManager/workingFace/index.vue

+ 1 - 1
src/views/vent/deviceManager/workingFace/index.vue

@@ -21,7 +21,7 @@
 <script lang="ts" name="system-user" setup>
   //ts语法
   import { ref, onMounted } from 'vue'
-  import CustomNormalTable from './CustomNormalTable.vue';
+  // import CustomNormalTable from './CustomNormalTable.vue';
   import { searchFormSchema, commentFormSchema } from './workingFace.data';
   import { list, deleteById, batchDeleteById, saveOrUpdate } from './workingFace.api';