【fix ESLint】src/views/system

This commit is contained in:
danshihao
2023-03-07 16:22:21 +08:00
parent 586837f1f6
commit 1eb59a3fd6
23 changed files with 159 additions and 159 deletions
+3 -3
View File
@@ -148,7 +148,7 @@ export default {
},
methods: {
getQueryParams () {
var param = Object.assign({}, this.queryParam, this.isorter)
const param = Object.assign({}, this.queryParam, this.isorter)
param.field = this.getQueryField()
param.pageNo = this.ipagination.current
param.pageSize = this.ipagination.pageSize
@@ -170,7 +170,7 @@ export default {
},
// 重置字典类型搜索框的内容
searchReset () {
var that = this
const that = this
that.queryParam.dictName = ''
that.queryParam.dictCode = ''
that.loadData(this.ipagination.current)
@@ -204,5 +204,5 @@ export default {
}
</script>
<style scoped>
@import '~@assets/less/common.less'
@import '~@assets/less/common.less';
</style>