【fix ESLint】components/jero、components/layouts、components/tools、utils、views/account/center、views/demo、views/system

This commit is contained in:
zhaoxiao
2023-03-08 15:20:31 +08:00
parent e37d7c0c4e
commit 5bad1fef61
36 changed files with 98 additions and 70 deletions
+1 -1
View File
@@ -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)
}