fix preferenceList=>attrList

This commit is contained in:
wang-liang0615
2023-08-08 09:11:03 +08:00
parent c420a2195a
commit bd13f6b744

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