diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index e28f179..4482e61 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -1079,6 +1079,15 @@ export default { } }, + watch: { + noIsbnSelectedCondition() { + // 品相变化时重新搜索在售商品 + if (this.noIsbnProductList.length > 0 && this.noIsbnBookName && this.isLoggedIn) { + this.searchNoIsbn() + } + } + }, + methods: { // 标签切换 switchTab(tab) {