From 01ebd0ffbe3b3934101ca1a718a2c5cd17d44150 Mon Sep 17 00:00:00 2001 From: zhangxuanyu <546908231@qq.com> Date: Sat, 19 Dec 2020 16:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/service_shop/shop_car_apply.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/service_shop/shop_car_apply.vue b/src/pages/service_shop/shop_car_apply.vue index 0d98235..fc816fb 100644 --- a/src/pages/service_shop/shop_car_apply.vue +++ b/src/pages/service_shop/shop_car_apply.vue @@ -215,7 +215,8 @@ export default { objs.auth = data.organization_name; objs.size = ""; objs.count = ""; - data.request_spcs_info.forEach((el) => { + let request_spcs_info = data.request_spcs_info||[] + request_spcs_info.forEach((el) => { if (service_data.spec_id == el.id) { let size = ""; let count = ""; -- 2.26.0