diff --git a/dangan-ui/src/api/dangan/catalog.js b/dangan-ui/src/api/dangan/catalog.js index c130bc5..d3c35df 100644 --- a/dangan-ui/src/api/dangan/catalog.js +++ b/dangan-ui/src/api/dangan/catalog.js @@ -9,6 +9,25 @@ export function listCatalog(query) { }) } + +// 查询档案目录列表 count +export function countCatalog(query) { + return request({ + url: '/dangan/catalog/count', + method: 'get', + params: query + }) +} + +// 排序 number +export function getCatalogNumber(id) { + return request({ + url: '/dangan/catalog/number/' + id, + method: 'get' + }) +} + + // 查询档案目录详细 export function getCatalog(id) { return request({ diff --git a/dangan-ui/src/views/dangan/catalog/index.vue b/dangan-ui/src/views/dangan/catalog/index.vue index f1fbe22..cf60142 100644 --- a/dangan-ui/src/views/dangan/catalog/index.vue +++ b/dangan-ui/src/views/dangan/catalog/index.vue @@ -35,6 +35,51 @@ @click="toggleExpandAll" >展开/折叠 + + 拼音 + 拼音 + 拼音 + + + 序号 + 序号 + 序号 + + @@ -250,7 +295,7 @@