ISBN页:切换品相自动重新搜索在售商品

This commit is contained in:
97694732@qq.com 2026-06-04 13:25:26 +08:00
parent 70e175c8c6
commit 7e576ac951

View File

@ -1081,10 +1081,16 @@ export default {
watch: { watch: {
noIsbnSelectedCondition() { noIsbnSelectedCondition() {
// // ISBN
if (this.noIsbnProductList.length > 0 && this.noIsbnBookName && this.isLoggedIn) { if (this.noIsbnProductList.length > 0 && this.noIsbnBookName && this.isLoggedIn) {
this.searchNoIsbn() this.searchNoIsbn()
} }
},
selectedCondition() {
// ISBN
if (this.productList.length > 0 && this.isbn && this.isLoggedIn) {
this.searchISBN()
}
} }
}, },