From 5a50d6af173ad32208a3673e81a51a85fc4bf03f Mon Sep 17 00:00:00 2001 From: yanzai Date: Wed, 23 Oct 2024 18:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/Question/QuestionItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/views/Question/QuestionItem.vue b/admin/src/views/Question/QuestionItem.vue index cb8f841..f39f488 100644 --- a/admin/src/views/Question/QuestionItem.vue +++ b/admin/src/views/Question/QuestionItem.vue @@ -112,7 +112,7 @@ const deleteClick = (id) => { } const comboNameShow = (combo_id) => { if (Number(combo_id) === 0) return '无关联套餐' - return combo_list.value.find((i) => i.combo_id == combo_id).name + return combo_list.value.find((i) => i.combo_id == combo_id)?.name } onMounted(() => {