From ee012f54b53ec34052f750946a8405b88d6143b4 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 21 Apr 2025 09:18:52 +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 --- sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue index d5dbfd16..9abf0754 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue @@ -893,6 +893,7 @@ export default { methods: { // 获取车牌号 getCarCodeList() { + this.carCodeList = [] getCarCodeListApi({ parentId: this.outboundParams.parentId }).then( (res) => { res.data.forEach((item) => {