Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
ca741a7e
authored
2023-02-14 11:03:53 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:字典模块修改
1 parent
3b09ad45
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/system/dictionaries/components/editDialog.vue
src/views/system/dictionaries/components/editDialog.vue
View file @
ca741a7
...
...
@@ -286,6 +286,7 @@ export default {
handleMinus
(
index
,
row
)
{
removeTreeListItem
(
this
.
tableData
,
row
.
dictid
,
'dictid'
);
this
.
tableData
=
judgeSort
(
this
.
tableData
)
this
.
key
++
;
},
handleSubmit
()
{
editDictNode
({
...
...
Please
register
or
sign in
to post a comment