From 25258a804cb759608fc6433b3f8c448731a994b7 Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Tue, 12 May 2026 15:37:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E4=B9=A6=E6=A3=80=E7=B4=A2=E9=A6=86?=
=?UTF-8?q?=E8=97=8F=E9=85=8D=E7=BD=AE=E5=88=86=E9=85=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/book.js | 7 +++
pages/lendCar/lendCar.vue | 1 +
subpkg/pages/book-detail/book-detail.vue | 60 ++++++++++++++++++++++--
3 files changed, 63 insertions(+), 5 deletions(-)
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 @@