From 6959ac4846eb5e4ae47463360795b191e341d81c Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 25 Aug 2025 11:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=A8=E5=8E=82=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=9E=B6=E6=9E=84=E5=9B=BE=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/databaseLibary/components/libaryForm.vue | 6 +++--- src/views/databaseLibary/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/databaseLibary/components/libaryForm.vue b/src/views/databaseLibary/components/libaryForm.vue index f375435..e2563cc 100644 --- a/src/views/databaseLibary/components/libaryForm.vue +++ b/src/views/databaseLibary/components/libaryForm.vue @@ -25,13 +25,13 @@ @change="handleChangeOneType(item.value)" /> - + - @@ -52,7 +52,7 @@ :label="item.label" :value="item.value" @change="handleChangeTwoType(item.value)" /> - + diff --git a/src/views/databaseLibary/index.vue b/src/views/databaseLibary/index.vue index 9f02f43..d25d3e3 100644 --- a/src/views/databaseLibary/index.vue +++ b/src/views/databaseLibary/index.vue @@ -24,7 +24,7 @@ -
+
二级类目
@@ -37,7 +37,7 @@ v-for="dict in laws_regulations" :key="dict.value" link @click="handleChoseTwoType(dict.value)"> {{ dict.label }} - {{ dict.dependencyName }}