Merge pull request #144 from veops/dev_ui

UI更新:fix preferenceList=>attrList
This commit is contained in:
pycook 2023-08-08 09:21:10 +08:00 committed by GitHub
commit e339ad2c23
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ export default {
handleSearch: this.refreshTable, handleSearch: this.refreshTable,
setPreferenceSearchCurrent: this.setPreferenceSearchCurrent, setPreferenceSearchCurrent: this.setPreferenceSearchCurrent,
attrList: () => { attrList: () => {
return this.preferenceAttrList return this.attrList
}, },
attributes: () => { attributes: () => {
return this.attributes return this.attributes