Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit faa006b2
authored
Apr 17, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
1 parent
fb95f916
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
src/views/archi-view-manage/canvas/index.vue
src/views/meta-model-list/canvas/index.vue
vue.config.js
src/views/archi-view-manage/canvas/index.vue
View file @
faa006b
...
...
@@ -221,9 +221,9 @@
this
.
graphList
=
res
.
eleDtos
;
},
get_search_select1
()
{
//查询架构归属下拉框值
const
commonGraph
=
JSON
.
parse
(
localStorage
.
getItem
(
"common
Graph"
)).
graph
;
commonGraph
.
reverse
();
this
.
search_select1
=
common
Graph
;
const
standardGraph
=
JSON
.
parse
(
localStorage
.
getItem
(
"standard
Graph"
)).
graph
;
standardGraph
.
pop
();
this
.
search_select1
=
standard
Graph
;
},
closeGraphDialog
()
{
//图形选择窗口的取消
this
.
graphIndex
=
0
;
...
...
src/views/meta-model-list/canvas/index.vue
View file @
faa006b
...
...
@@ -166,9 +166,10 @@
this
.
graphList
=
res
.
eleDtos
;
},
get_search_select1
()
{
//查询架构归属下拉框值
const
commonGraph
=
JSON
.
parse
(
localStorage
.
getItem
(
"commonGraph"
)).
graph
;
commonGraph
.
reverse
();
this
.
search_select1
=
commonGraph
;
const
standardGraph
=
JSON
.
parse
(
localStorage
.
getItem
(
"standardGraph"
)).
graph
;
console
.
log
(
standardGraph
)
// standardGraph.reverse();
// this.search_select1 = standardGraph;
},
closeGraphDialog
()
{
//图形选择窗口的取消
this
.
graphIndex
=
0
;
...
...
vue.config.js
View file @
faa006b
const
{
defineConfig
}
=
require
(
'@vue/cli-service'
)
const
ip
=
'43.143.211.42'
;
// const ip = '172.20.10.7'; // 李振
//
const ip = '43.143.211.42';
const
ip
=
'172.20.10.3'
;
// const ip = '172.20.10.9'; // 何鹏
// const ip = '192.168.0.120';
// const ip = '192.168.0.13';
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment