diff --git a/src/api/archivesConfig/dictDetail.js b/src/api/archivesConfig/dictDetail.js index a21f5a7..140b523 100644 --- a/src/api/archivesConfig/dictDetail.js +++ b/src/api/archivesConfig/dictDetail.js @@ -13,6 +13,19 @@ export function get(dictName) { }) } +export function findSubsetById(id) { + const params = { + id, + page: 0, + size: 9999 + } + return request({ + url: 'api/dictrionary/findSubsetById', + method: 'get', + params + }) +} + export function getDictMap(dictName) { const params = { dictName, diff --git a/src/views/category/form.vue b/src/views/category/form.vue new file mode 100644 index 0000000..5ea67a7 --- /dev/null +++ b/src/views/category/form.vue @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/category/index.vue b/src/views/category/index.vue index f10cf0f..dbed9d9 100644 --- a/src/views/category/index.vue +++ b/src/views/category/index.vue @@ -1,35 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -51,19 +23,8 @@ - - - - - - - - - - - + + @@ -99,15 +60,15 @@ + +