diff --git a/api/book.js b/api/book.js index 7cefddb..b89f1c0 100644 --- a/api/book.js +++ b/api/book.js @@ -1,4 +1,11 @@ import request from '../utils/request'; +// 字典项 - 馆代码 +export function FetchDictionaryTree(data) { + return request({ + url: '/api/dictionary/initDictionaryTree', + data + }) +} // 查询读者当前借阅(群) // http://192.168.99.63:14000/api/screenSetting/rdloanlist?rdid=420703GD0000748&sm4Key=86ACEF6CE6A65A4A&thirdAppid=feitian_gdlib&thirdSecret=edi56b6p5hi69dwk03so86uv2olhszqp&thirdUrl=http://218.200.95.251:8088/openlib diff --git a/pages/lendCar/lendCar.vue b/pages/lendCar/lendCar.vue index 1804397..33bc9e3 100644 --- a/pages/lendCar/lendCar.vue +++ b/pages/lendCar/lendCar.vue @@ -25,6 +25,7 @@ {{ item.title || '暂无标题' }} {{ item.author || '佚名' }} + {{ item.callno }} diff --git a/subpkg/pages/book-detail/book-detail.vue b/subpkg/pages/book-detail/book-detail.vue index 3c1bd7d..d30b64e 100644 --- a/subpkg/pages/book-detail/book-detail.vue +++ b/subpkg/pages/book-detail/book-detail.vue @@ -54,12 +54,11 @@ 所在馆 - - 葛店经济技术开发区图书馆 + {{ getLibraryName(item.orglib) }} 当前馆藏地 - {{ item.orglocal || '葛店图书馆' }} + {{ getLocationName(item.orglocal) }} @@ -97,7 +96,7 @@