From 8a873a776a06f4022c5075078612e84ba7cc2fe7 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 29 Dec 2025 09:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/stereoscopic/codeList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/stereoscopic/codeList.vue b/src/pages/stereoscopic/codeList.vue index 889cfd6..02ee803 100644 --- a/src/pages/stereoscopic/codeList.vue +++ b/src/pages/stereoscopic/codeList.vue @@ -189,6 +189,7 @@ const getCodeList = () => { console.log(boxInfo.value) let param = { boxId: boxInfo.value.boxId, + keyWord: searchValue.value, } getAppBoxNumListApi(param) .then((res) => {