mirror of https://github.com/veops/cmdb.git
fix preferenceList=>attrList
This commit is contained in:
parent
9b7d6d8f12
commit
79a2fd32c1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue