Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
b9eb95c9
Commit
b9eb95c9
authored
Nov 11, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2736ed91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
share-team.vue
pages/share-team/share-team.vue
+4
-2
No files found.
pages/share-team/share-team.vue
View file @
b9eb95c9
...
...
@@ -4,8 +4,8 @@
<u-tabs
:list=
"list"
name=
"GradeName"
:is-scroll=
"false"
:current=
"current"
@
change=
"change"
:active-color=
'mainColor'
></u-tabs>
<view
style=
"width:100%;background:#fff;padding:20px 20px 0 20px;"
>
<view
style=
"display:flex;align-items: center;"
>
<u-search
:show-action=
"true"
style=
"width:80%"
v-model=
"msg2.Name"
placeholder=
"请输入用户昵称"
action-text=
"搜索"
@
custom=
"init2(1)"
@
search=
"init2(1)"
radius=
"40"
></u-search>
<u-search
:show-action=
"true"
style=
"width:80%"
v-model=
"msg2.Name"
placeholder=
"请输入用户昵称"
action-text=
"搜索"
@
custom=
"
msg2.pageIndex = 1,
init2(1)"
@
search=
"
msg2.pageIndex = 1,
init2(1)"
radius=
"40"
></u-search>
<view
style=
"font-size:13px;margin-left:10px;"
>
<u-checkbox-group
size=
"30"
:active-color=
"mainColor"
>
<u-checkbox
@
change=
"getDirest"
v-model=
"isCheckIn"
>
直属
</u-checkbox>
...
...
@@ -197,6 +197,7 @@
this
.
list
=
res
.
data
;
this
.
msg2
.
FXGradeId
=
this
.
list
[
0
].
Id
;
this
.
current
=
0
;
this
.
msg2
.
pageIndex
=
1
this
.
init2
(
1
);
}
);
...
...
@@ -224,6 +225,7 @@
this
.
msg2
.
SortNum
=
5
;
//降序
}
}
this
.
msg2
.
pageIndex
=
1
this
.
init2
(
1
);
},
//获取数据
...
...
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