修改活动分组2
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
>
|
||||
<template v-slot:toolkit>
|
||||
<el-row :gutter="15">
|
||||
<el-col style="width: 45%; padding-right: 5px">
|
||||
<el-col style="width: 45%">
|
||||
<ele-tree-select
|
||||
v-show="userFrom == 0 ? true : false"
|
||||
:data="organizationList"
|
||||
@@ -49,24 +49,24 @@
|
||||
:check-strictly="false"
|
||||
/>
|
||||
</el-col>
|
||||
<el-col style="width: 25%; padding-right: 5px">
|
||||
<el-col style="width: 25%">
|
||||
<el-input
|
||||
clearable
|
||||
v-model="keyword"
|
||||
placeholder="搜姓名或手机"
|
||||
placeholder="姓名或手机"
|
||||
size="small"
|
||||
/>
|
||||
</el-col>
|
||||
<el-col style="width: 15%">
|
||||
<el-col style="width: 12%">
|
||||
<el-button
|
||||
class="ele-btn-icon"
|
||||
size="small"
|
||||
@click="search"
|
||||
>
|
||||
查询用户
|
||||
搜索
|
||||
</el-button>
|
||||
</el-col>
|
||||
<el-col style="width: 15%">
|
||||
<el-col style="width: 18%">
|
||||
<el-button
|
||||
class="ele-btn-icon"
|
||||
size="small"
|
||||
@@ -185,7 +185,7 @@
|
||||
/* 获取机构用户 */
|
||||
query() {
|
||||
if (this.organizationIds.length <= 0 && !this.keyword) {
|
||||
this.$message.error('请选择机构/搜姓名或手机');
|
||||
this.$message.error('请选择机构/姓名或手机');
|
||||
return;
|
||||
}
|
||||
if (this.keyword) {
|
||||
@@ -221,7 +221,7 @@
|
||||
/* 获取团队用户 */
|
||||
queryTeam() {
|
||||
if (this.teamIds.length <= 0 && !this.keyword) {
|
||||
this.$message.error('请选择团队/搜姓名或手机');
|
||||
this.$message.error('请选择团队/姓名或手机');
|
||||
return;
|
||||
}
|
||||
if (this.keyword) {
|
||||
|
||||
Reference in New Issue
Block a user