bc312196 by 任超

style:字典

1 parent 4e9419c0
......@@ -75,8 +75,12 @@ export default {
this.tableData.total = total ? total : 0
})
},
handleRefresh () {
this.$store.dispatch('dict/generateDic')
async handleRefresh () {
let refech = await this.$store.dispatch('dict/generateDic')
refech && this.$message({
message: '刷新成功',
type: 'success'
});
},
editClick (row, val) {
this.details.rowData = row
......