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

This commit is contained in:
97694732@qq.com 2026-06-04 13:22:50 +08:00
parent 6bd7d902f5
commit 70e175c8c6

View File

@ -1079,6 +1079,15 @@ export default {
}
},
watch: {
noIsbnSelectedCondition() {
//
if (this.noIsbnProductList.length > 0 && this.noIsbnBookName && this.isLoggedIn) {
this.searchNoIsbn()
}
}
},
methods: {
//
switchTab(tab) {