From c2fad890e20e2c3338d8796db81b259f9ee2ffa8 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Sun, 17 Mar 2024 20:59:02 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E4=BC=81=E4=B8=9A=E6=8B=9B=E5=B7=A5?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E6=A0=A1=E9=AA=8C2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/companyList/applyList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/companyList/applyList.vue b/components/companyList/applyList.vue index 8bae6c1..9e7793b 100644 --- a/components/companyList/applyList.vue +++ b/components/companyList/applyList.vue @@ -86,7 +86,7 @@ export default { }, computed: { skillNames() { - return this.companyitem.skillNames.split(',') + return this.companyitem.skillNames?.split(',') } }, methods: {