diff --git a/src/views/system/companyManage/index.vue b/src/views/system/companyManage/index.vue index 9c539357b..575239929 100644 --- a/src/views/system/companyManage/index.vue +++ b/src/views/system/companyManage/index.vue @@ -52,7 +52,7 @@ export default { title: '关联项目', prop: 'projectCodes', type: 'tagMore', - columnValue: (row) => { return this.$convertField(row.projectCodes, this.projectListNew, ['value', 'label'], true); }, + columnValue: (row) => { return this.$convertField(row.projectCodes || [], this.projectListNew, ['value', 'label'], true); }, tagType: (row) => { return 'success'; } }, // {