Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
clique-web
Overview
Overview
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
clique
clique-web
Commits
766ab240
Commit
766ab240
authored
Jan 30, 2019
by
zhu_yu_dan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集团人群筛选器
parent
81944aca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
editPointSystem.vue
src/view/companyGroup/membershipSystem/editPointSystem.vue
+2
-2
No files found.
src/view/companyGroup/membershipSystem/editPointSystem.vue
View file @
766ab240
...
...
@@ -370,7 +370,7 @@
:close-on-click-modal=
"false"
width=
"980px"
>
<div
class=
"select-people"
>
<vue-gic-group-people
:
projectName=
"repProjectName"
:
useId=
"useId"
:hasSearchData=
"hasSearchData"
:sceneValue=
"sceneValue"
ref=
"peopleFilter"
@
findFilter=
"findFilter"
@
getBackData=
"getBackData"
@
editHide=
"editHide"
@
editShow=
"editShow"
@
hideBtn=
"hideBtn"
></vue-gic-group-people>
<vue-gic-group-people
:useId=
"useId"
:hasSearchData=
"hasSearchData"
:sceneValue=
"sceneValue"
ref=
"peopleFilter"
@
findFilter=
"findFilter"
@
getBackData=
"getBackData"
@
editHide=
"editHide"
@
editShow=
"editShow"
@
hideBtn=
"hideBtn"
></vue-gic-group-people>
<div
v-show=
"toggleTag"
class=
"people-btn-wrap"
>
<el-row>
<el-button
@
click=
"getData"
type=
"primary"
size=
"small"
>
确定
</el-button>
...
...
@@ -1361,7 +1361,7 @@ export default {
},
getPeopleData
(){
// 筛选器 弹框的确认按钮
this
.
$refs
.
peopleFilter
.
confirmSet
().
then
(
res
=>
{
console
.
log
(
res
);
alert
(
res
);
if
(
!
res
)
{
return
;
}
else
{
...
...
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