无ISBN:切换品相自动重新搜索在售商品
This commit is contained in:
parent
6bd7d902f5
commit
70e175c8c6
@ -1079,6 +1079,15 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
noIsbnSelectedCondition() {
|
||||||
|
// 品相变化时重新搜索在售商品
|
||||||
|
if (this.noIsbnProductList.length > 0 && this.noIsbnBookName && this.isLoggedIn) {
|
||||||
|
this.searchNoIsbn()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
// 标签切换
|
// 标签切换
|
||||||
switchTab(tab) {
|
switchTab(tab) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user