fix:添加calculateSign named export

This commit is contained in:
97694732@qq.com 2026-06-06 11:23:57 +08:00
parent 4c66c8b85f
commit 93edb339fa

View File

@ -329,6 +329,9 @@ export function searchBookByIsbn(isbn) {
}) })
} }
// 导出 calculateSign 供组件按名导入
export { calculateSign }
export default { export default {
calculateSign, calculateSign,
getWarehouseList, getWarehouseList,