From fdc8738355d7462e9b3b0fcb6864bcb870b054e2 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Tue, 21 Feb 2023 10:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9C=E4=BA=A7=E5=93=81=E5=85=A5=E5=BA=93?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2=E9=87=87=E6=94=B6?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/stock/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stock/list.vue b/pages/stock/list.vue index 4a7c218..cf92cef 100644 --- a/pages/stock/list.vue +++ b/pages/stock/list.vue @@ -259,8 +259,8 @@ export default{ this.number.suffix=(e.specDescribe.match(/\/(.+)/)||['',''])[1] }else{ this.number.suffix="kg" + this.searchStock(e.inventoryId) } - this.searchStock(e.inventoryId) this.formData.goodsId=e.goodsId }) this.init()