feat:点击搜索按钮同步重新获取作者/出版社/分类
This commit is contained in:
parent
8de408974a
commit
bed7f39d56
@ -3006,6 +3006,8 @@ export default {
|
|||||||
uni.showToast({ title: '请输入书名', icon: 'none' })
|
uni.showToast({ title: '请输入书名', icon: 'none' })
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// 点击搜索时重新获取作者、出版社、分类
|
||||||
|
this.fetchNoIsbnBookData()
|
||||||
// 先查询PSI系统已有图书
|
// 先查询PSI系统已有图书
|
||||||
this.searchNoIsbnBook(function(hasData) {
|
this.searchNoIsbnBook(function(hasData) {
|
||||||
if (!hasData) {
|
if (!hasData) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user