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
cf620860
Commit
cf620860
authored
Jun 24, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix列表未刷新,自测未删除用例
parent
bee8ea55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
src/components/service-list/service_list.vue
src/components/service-list/service_list.vue
+9
-1
src/pages/user/user_info.vue
src/pages/user/user_info.vue
+3
-3
No files found.
src/components/service-list/service_list.vue
View file @
cf620860
...
...
@@ -223,6 +223,14 @@ export default {
urlFilter
:
{
handler
(
val
)
{
if
(
val
)
{
this
.
openChildren
=
[
{
index
:
null
,
state
:
false
,
act
:
null
},
{
index
:
null
,
state
:
false
,
act
:
null
},
{
index
:
null
,
state
:
false
,
act
:
null
},
{
index
:
null
,
state
:
false
,
act
:
null
}
];
this
.
activeOptions
=
[[],
[],
[],
[]];
this
.
activeChildOptions
=
[[],
[],
[],
[]];
if
(
val
==
"
app
"
)
{
this
.
$set
(
this
.
filterLists
,
0
,
{
id
:
110
,
...
...
@@ -253,7 +261,7 @@ export default {
for
(
let
i
=
0
;
i
<
val
.
length
;
i
++
)
{
this
.
filterLists
[
i
+
1
].
name
=
val
[
i
];
}
console
.
log
(
this
.
filterLists
)
console
.
log
(
this
.
filterLists
)
;
}
}
},
...
...
src/pages/user/user_info.vue
View file @
cf620860
...
...
@@ -52,17 +52,17 @@
<el-input
v-model=
"user_data.organization"
:disabled=
"true"
></el-input>
</el-form-item>
<el-form-item
:class=
"user_data.userType == 3
|| user_data.userType == 4
? 'info_item info_item_right_btn' : 'info_item'"
:class=
"user_data.userType == 3 ? 'info_item info_item_right_btn' : 'info_item'"
>
<p>
当前用户类型:
</p>
<el-input
v-model=
"user_data.userTypeName"
:disabled=
"true"
></el-input>
<el-button
v-if=
"
(user_data.userType == 3 || user_data.userType == 4)
&& couldUp"
v-if=
"
user_data.userType == 3
&& couldUp"
class=
"option_btn"
@
click=
"upLevel"
>
升级为开发者
</el-button>
<el-button
v-else-if=
"
(user_data.userType == 3 || user_data.userType == 4)
&& !couldUp"
v-else-if=
"
user_data.userType == 3
&& !couldUp"
type=
"info"
class=
"option_btn_gray_dis"
disabled
...
...
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