1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-16 23:22:20 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

修复添加书籍页面无法显示问题;更新Api文档

This commit is contained in:
2022-04-19 23:47:48 +08:00
parent e3e3191fde
commit 493d9f970a
3 changed files with 1323 additions and 750 deletions

View File

@@ -270,7 +270,7 @@
"attr": {
"id": "categoryId",
"name": "categoryId",
"value": bookDetail.category.id || "",
"value": (bookDetail.category && bookDetail.category.id) ? bookDetail.category.id : "",
},
"label": {
"value": "书籍分类",