From b56e150bf38535799b5d468483e76d801dc92f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sat, 23 Apr 2022 21:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Pagination/index.vue | 1 - src/components/TreeSelect/index.vue | 117 ++++++++++++++++------------ src/views/index_v1.vue | 2 +- src/views/tool/gen/editTable.vue | 1 - src/views/tool/gen/genInfoForm.vue | 2 - vite/plugins/auto-import.js | 20 ++--- 6 files changed, 77 insertions(+), 66 deletions(-) diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index 1377b19..d62f055 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -78,7 +78,6 @@ export default { } } function handleCurrentChange(val) { - console.log(val) emit("pagination", { page: val, limit: pageSize.value }); if (props.autoScroll) { // scrollTo(0, 800); diff --git a/src/components/TreeSelect/index.vue b/src/components/TreeSelect/index.vue index 3baed21..d00b46a 100644 --- a/src/components/TreeSelect/index.vue +++ b/src/components/TreeSelect/index.vue @@ -1,10 +1,28 @@ - \ No newline at end of file + diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index 4df4239..4187a2e 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -80,7 +80,7 @@ - + diff --git a/src/views/tool/gen/editTable.vue b/src/views/tool/gen/editTable.vue index 1fc8a85..086d852 100644 --- a/src/views/tool/gen/editTable.vue +++ b/src/views/tool/gen/editTable.vue @@ -121,7 +121,6 @@ import { updateGenTable, getGenTable } from '@/api/tool/gen' import { listType } from '@/api/system/dict/type' import basicInfoForm from './basicInfoForm' import genInfoForm from './genInfoForm' -import { getCurrentInstance, reactive } from 'vue-demi' import { useRoute } from 'vue-router' // import Sortable from 'sortablejs' diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue index 7c4a9e7..6053373 100644 --- a/src/views/tool/gen/genInfoForm.vue +++ b/src/views/tool/gen/genInfoForm.vue @@ -265,12 +265,10 @@