From 70e175c8c6b642bf4cfc36cf4a077564ff398ff9 Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Thu, 4 Jun 2026 13:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0ISBN:=E5=88=87=E6=8D=A2=E5=93=81?= =?UTF-8?q?=E7=9B=B8=E8=87=AA=E5=8A=A8=E9=87=8D=E6=96=B0=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=9C=A8=E5=94=AE=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 9 +++++++++ 1 file changed, 9 insertions(+) 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) {