修复了admin后台bug

This commit is contained in:
张乐
2020-08-24 17:34:26 +08:00
parent 422280f51b
commit b13029f49e
42 changed files with 833 additions and 5491 deletions

View File

@@ -97,7 +97,8 @@ export default {
total: 0
},
listLoading: true,
selectionList: []
selectionList: [],
keyNum: 0
}
},
mounted() {
@@ -120,7 +121,7 @@ export default {
const _this = this
this.$modalAttr(Object.assign({}, this.formDynamic), function() {
_this.getList()
})
}, this.keyNum += 1)
},
// 列表
getList() {