【fix ESLint】components/jero、components/layouts、components/tools、utils、views/account/center、views/demo、views/system
This commit is contained in:
@@ -595,7 +595,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
nameList: function () {
|
||||
let names = []
|
||||
const names = []
|
||||
for (let a = 0; a < this.selectList.length; a++) {
|
||||
names.push(this.selectList[a].name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user