Skip to content

Commit

Permalink
Merge pull request #144 from veops/dev_ui
Browse files Browse the repository at this point in the history
UI更新:fix preferenceList=>attrList
  • Loading branch information
pycook authored Aug 8, 2023
2 parents 9bbbcbe + 2fd706b commit 7a9fd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdb-ui/src/modules/cmdb/views/relation_views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export default {
handleSearch: this.refreshTable,
setPreferenceSearchCurrent: this.setPreferenceSearchCurrent,
attrList: () => {
return this.preferenceAttrList
return this.attrList
},
attributes: () => {
return this.attributes
Expand Down

0 comments on commit 7a9fd4f

Please sign in to comment.