Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
web
Commits
e211072d
Commit
e211072d
authored
Aug 20, 2024
by
ztf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.1[清华二期]文档流程模板 点击服务节点-映射方法,调用一个接口报错
parent
81ad4137
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
ruleSelector.vue
...itecture-dee/src/components/RuleSelector/ruleSelector.vue
+0
-18
No files found.
applications/architecture-dee/src/components/RuleSelector/ruleSelector.vue
View file @
e211072d
...
...
@@ -112,7 +112,6 @@ export default {
}
}
],
DynamicCodeScopeService
:
this
.
$getService
(
'DxDynamicCodeScope'
),
DynamicCodeCustomVariablesService
:
this
.
$getService
(
'DxDynamicCodeVariables'
),
ModelServerService
:
this
.
$getService
(
'ModelServer'
),
DxDynamicCodeService
:
this
.
$getService
(
'DxDynamicCode'
),
...
...
@@ -201,7 +200,6 @@ export default {
},
mounted
()
{
this
.
getAllModelServer
()
this
.
getAllScope
()
},
methods
:
{
getDxClassName
()
{
...
...
@@ -387,22 +385,6 @@ export default {
this
.
options
=
[{
label
:
'全部'
,
id
:
-
1
,
value
:
-
1
},
...
options
]
})
},
getAllScope
()
{
const
searchItems
=
this
.
DynamicCodeScopeService
.
newSearchItems
()
this
.
DynamicCodeScopeService
.
query
()
.
openProp
()
.
search
(
searchItems
)
.
then
(
res
=>
{
this
.
scopeId
=
res
.
content
.
map
(
x
=>
{
return
{
label
:
x
.
displayName
,
value
:
x
.
id
,
name
:
x
.
name
}
})
})
},
checkRule
()
{
if
(
this
.
rule
)
{
this
.
showCheck
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment