Commit 766ab240 by zhu_yu_dan

集团人群筛选器

parent 81944aca
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment