|
@@ -7,16 +7,16 @@
|
|
|
|
|
|
import { useRouter } from 'vue-router';
|
|
|
import { ref } from 'vue';
|
|
|
-import { ElCol, ElIcon } from 'element-plus';
|
|
|
-import { Picture as IconPicture, Plus, Search } from '@element-plus/icons-vue';
|
|
|
-import * as api from '/@/views/computer-information/api';
|
|
|
import { usePagination } from '/@/utils/usePagination';
|
|
|
import { useTableData } from '/@/utils/useTableData';
|
|
|
import { useResponse } from '/@/utils/useResponse';
|
|
|
+import { Picture as IconPicture, Plus, Search } from '@element-plus/icons-vue';
|
|
|
+import * as api from '/@/views/computer-information/api';
|
|
|
import CreateComputer from '/@/views/computer-information/components/CreateComputer.vue';
|
|
|
+import { ElCol, ElIcon } from 'element-plus';
|
|
|
|
|
|
const router = useRouter();
|
|
|
-const loading = ref();
|
|
|
+// const loading = ref();
|
|
|
|
|
|
const showDialog = ref(false);
|
|
|
// const isDrawerVisible = ref(false);
|