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 cfb32572
authored
May 13, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复了元素下拉为已发布状态元素
1 parent
7cdcc5a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
src/views/busi-assets-list/RelationClassAdd.vue
src/views/busi-assets-list/RelationClassAdd.vue
View file @
cfb3257
...
...
@@ -289,7 +289,10 @@ export default {
})
},
getEleRelaOptions
()
{
queryEleRela
().
then
((
res
)
=>
{
const
params
=
{
state
:
1
}
queryEleRela
(
params
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
relaOptions
=
res
.
data
}
else
{
...
...
@@ -338,7 +341,10 @@ export default {
this
.
$refs
[
'addForm'
].
onReset
()
},
getEleList
()
{
getEleList
().
then
((
res
)
=>
{
const
params
=
{
state
:
1
}
getEleList
(
params
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
eleList
=
res
.
data
}
...
...
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