This commit is contained in:
yanran200730
2022-08-11 08:14:02 +08:00
parent 3d13fd5d54
commit e4707cb090

View File

@@ -24,7 +24,9 @@
<ai-picker
:instance="instance"
multiple
:dialogTitle="form.sendScope === '2' ? '选择网格' : '选择部门'"
:ops="{label: form.sendScope === '2' ? 'girdName' : 'name'}"
:pageTitle="form.sendScope === '2' ? '网格' : '部门'"
:action="form.sendScope === '1' ? '/app/wxcp/wxdepartment/departList' : '/app/appgirdinfo/girdList'"
v-model="form.filterCriteria"
@pick="onPick"
@@ -33,7 +35,10 @@
<el-input size="small" class="AppAnnounceDetail-select__input" placeholder="请选择..." disabled v-model="form.wxGroupsName"></el-input>
<div class="select-left" v-if="form.wxGroups.length">
<span v-for="(item, index) in form.wxGroups" :key="index" v-if="index < 9">
<ai-open-data type="userName" :openid="item.groupOwnerId"></ai-open-data>
<ai-open-data
type="userName"
:openid="item.groupOwnerId">
</ai-open-data>
</span>
<em v-if="form.wxGroups.length > 9">{{ form.wxGroups.length }}</em>
</div>