flat: 企业招工身份校验2

This commit is contained in:
Apcallover
2024-03-17 20:59:02 +08:00
parent 26f42946eb
commit c2fad890e2

View File

@@ -86,7 +86,7 @@ export default {
},
computed: {
skillNames() {
return this.companyitem.skillNames.split(',')
return this.companyitem.skillNames?.split(',')
}
},
methods: {