Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-06 17:36:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c1e35fcd4af6424d90e07da31da7270c502b896
7c1e35fc
1 parent
7d5ca3c0
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
src/views/systemConfig/dictionaryConfig/index.vue
src/views/systemConfig/dictionaryConfig/index.vue
View file @
7c1e35f
...
...
@@ -299,8 +299,6 @@ export default {
}
queryRoute(obj).then(res => {
if (res.code === 200) {
<<<<<<< HEAD
=======
res.data.list.map(item=>{
if(item.isEtesRoute == "N" || item.isEtesRoute == null){
item.isEtesRoute = false;
...
...
@@ -308,7 +306,6 @@ export default {
item.isEtesRoute = true;
}
})
>>>>>>> fix-issues
this.tableData = res.data.list
this.total = res.data.total
} else {
...
...
Please
register
or
login
to post a comment