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 }}