From 266c0ffbf562fc298b7ba2096ddd9b63eaeede7a Mon Sep 17 00:00:00 2001 From: 15894237752 <15894237752@163.com> Date: Thu, 13 Jul 2023 16:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E5=BD=93?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9C=BA=E6=9E=84=E4=B8=8B=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E5=B2=97=E4=BD=8DId,=20=E9=80=9A=E8=BF=87=E5=B2=97=E4=BD=8DId?= =?UTF-8?q?=E5=9B=9E=E6=98=BE=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=97=B6,=20=E5=9B=9E=E6=98=BE=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/components/XnPageSelect/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snowy-admin-web/src/components/XnPageSelect/index.vue b/snowy-admin-web/src/components/XnPageSelect/index.vue index 2907cbaa..95ba1c99 100644 --- a/snowy-admin-web/src/components/XnPageSelect/index.vue +++ b/snowy-admin-web/src/components/XnPageSelect/index.vue @@ -89,7 +89,9 @@ idList: [modelValue.value] } props.echoFunction(param).then((data) => { - options.value.push(data[0]) + if (data[0]){ + options.value.push(data[0]) + } }) } }