代码改造完成,加入多字典查询方式

This commit is contained in:
zhengjie
2019-06-29 12:32:52 +08:00
parent 1b757d6972
commit 9ca7d4b05f
56 changed files with 771 additions and 1467 deletions

View File

@@ -61,7 +61,7 @@ export default {
mixins: [initData],
data() {
return {
delLoading: false, sup_this: this, permissions: [], deleteAllLoading: false
delLoading: false, permissions: [], deleteAllLoading: false
}
},
created() {
@@ -101,10 +101,6 @@ export default {
console.log(err.response.data.message)
})
},
toQuery() {
this.page = 0
this.init()
},
deleteAll() {
this.$confirm('你确定要清空缓存数据吗?', '提示', {
confirmButtonText: '确定',