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 eee64886
authored
Apr 10, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
架构资产字典
1 parent
62cd3579
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/busi-assets-list/ChooseSvg.vue
src/views/busi-assets-list/ChooseSvg.vue
View file @
eee6488
...
...
@@ -32,9 +32,9 @@
}"
v-for="(item, index) in search_select1"
:key="item.belongId"
@click="showCurrentGraph(item.
name
, index)"
@click="showCurrentGraph(item.
label
, index)"
>
{{
item
.
name
}}
{{
item
.
label
}}
</div>
</div>
<div
...
...
@@ -79,7 +79,7 @@
<
script
>
import
{
query_jia_gou_gui_shu_belong_icon
,
query_jia_gou_
gui_shu
,
query_jia_gou_
ceng_ci_new
,
}
from
'@/api/index'
export
default
{
props
:
{
...
...
@@ -147,10 +147,10 @@ export default {
this
.
graphIndex
=
idx
},
handleOpen
()
{
query_jia_gou_
gui_shu
({
}).
then
((
res
)
=>
{
query_jia_gou_
ceng_ci_new
({
"typeValue"
:
"archi_belong"
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
search_select1
=
res
.
data
this
.
showCurrentGraph
(
this
.
search_select1
[
0
]?.
name
,
0
)
this
.
showCurrentGraph
(
this
.
search_select1
[
0
]?.
label
,
0
)
}
else
{
this
.
$message
.
warning
(
res
.
msg
)
}
...
...
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