Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bc312196
authored
2022-09-14 17:27:20 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:字典
1 parent
4e9419c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/views/system/dictionaries/dictionaries.vue
src/views/system/dictionaries/dictionaries.vue
View file @
bc31219
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment