From 50b7af7c4221cdfae36da9e73176346601214725 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Sat, 10 Jun 2023 18:27:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=AB=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/gather/select_warehouse.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index 2a2da96..adf8a5a 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -233,7 +233,7 @@ }) return } - this.goods = data.list + this.goods = res.data.list } })