From 4206e321c969c84a874b5b264f4bb10f07e650a8 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期五, 26 九月 2025 15:39:17 +0800
Subject: [PATCH] 档案管理-书籍二维码生成,借阅-归还扫瞄-修改id

---
 src/views/fileManagement/return/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/fileManagement/return/index.vue b/src/views/fileManagement/return/index.vue
index 3c14dc5..cf21d5b 100644
--- a/src/views/fileManagement/return/index.vue
+++ b/src/views/fileManagement/return/index.vue
@@ -211,7 +211,7 @@
 const selectedRows = ref([]);
 const documentList = ref([]); // 鏂囨。鍒楄〃
 const borrowInfoList = ref([]); // 鍊熼槄淇℃伅鍒楄〃
-const scanContent = ref(''); // 鎵爜鍐呭
+const scanContent = ref(); // 鎵爜鍐呭
 
 // 鍒嗛〉鐩稿叧
 const pagination = reactive({

--
Gitblit v1.9.3