Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
1920d2ea
Commit
1920d2ea
authored
Aug 06, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
8e9b5db2
77bb1af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+7
-10
No files found.
src/pages/workbench/fwzc_fwcs.vue
View file @
1920d2ea
...
...
@@ -27,9 +27,9 @@
<el-select
@
change=
"changeZhType"
v-model=
"zhyyVal"
placeholder=
"请选择"
class=
"zhyy_select"
>
<el-option
v-for=
"item in optionsZhyy"
:key=
"item.
value
"
:label=
"item.
label
"
:value=
"item.
value
"
:key=
"item.
id
"
:label=
"item.
name
"
:value=
"item.
id
"
></el-option>
</el-select>
</div>
...
...
@@ -365,6 +365,7 @@
:title=
"dialogInfo.title"
:msg=
"dialogInfo.msg"
:submit=
"dialogInfo.submit"
:cancelHide=
"true"
></apass-dialog>
</div>
</
template
>
...
...
@@ -495,12 +496,7 @@ export default {
zhfwQqt
:
"
JSON
"
,
skfwQqt
:
""
,
skfwRadios
:
[],
optionsZhyy
:
[
{
label
:
"
模型算法类
"
,
value
:
22
},
{
label
:
"
查询验证类
"
,
value
:
23
},
{
label
:
"
流程类
"
,
value
:
24
},
{
label
:
"
应用类
"
,
value
:
34
},
],
optionsZhyy
:
[],
zhyyVal
:
22
,
jcxxtx
:
false
,
form
:
{
...
...
@@ -964,6 +960,7 @@ export default {
this
.
btnList
=
response
.
data
.
data
;
this
.
skfwRadios
=
this
.
btnList
[
1
].
childDomains
;
this
.
skfwQqt
=
this
.
skfwRadios
[
0
].
id
;
this
.
optionsZhyy
=
this
.
btnList
[
4
].
childDomains
;
this
.
activeBtn
=
0
;
}
else
{
console
.
log
(
response
.
data
.
errMsg
);
...
...
@@ -1001,6 +998,7 @@ export default {
this
.
getOrganization
();
}
else
{
self
.
is_map
=
0
;
self
.
getServiceType1
();
}
},
goBack
()
{
...
...
@@ -1081,7 +1079,6 @@ export default {
}
});
self.judgeMap();
self.getServiceType1();
self.getArea();
},
};
...
...
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