mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 22:51:33 +08:00
fix preferenceList=>attrList
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user