mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-16 23:22:20 +08:00
修复添加书籍页面无法显示问题;更新Api文档
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
"attr": {
|
||||
"id": "categoryId",
|
||||
"name": "categoryId",
|
||||
"value": bookDetail.category.id || "",
|
||||
"value": (bookDetail.category && bookDetail.category.id) ? bookDetail.category.id : "",
|
||||
},
|
||||
"label": {
|
||||
"value": "书籍分类",
|
||||
|
Reference in New Issue
Block a user