30798
This commit is contained in:
		| @@ -24,7 +24,9 @@ | |||||||
|                   <ai-picker |                   <ai-picker | ||||||
|                     :instance="instance" |                     :instance="instance" | ||||||
|                     multiple |                     multiple | ||||||
|  |                     :dialogTitle="form.sendScope === '2' ? '选择网格' : '选择部门'" | ||||||
|                     :ops="{label: form.sendScope === '2' ? 'girdName' : 'name'}" |                     :ops="{label: form.sendScope === '2' ? 'girdName' : 'name'}" | ||||||
|  |                     :pageTitle="form.sendScope === '2' ? '网格' : '部门'" | ||||||
|                     :action="form.sendScope === '1' ? '/app/wxcp/wxdepartment/departList' : '/app/appgirdinfo/girdList'" |                     :action="form.sendScope === '1' ? '/app/wxcp/wxdepartment/departList' : '/app/appgirdinfo/girdList'" | ||||||
|                     v-model="form.filterCriteria" |                     v-model="form.filterCriteria" | ||||||
|                     @pick="onPick" |                     @pick="onPick" | ||||||
| @@ -33,7 +35,10 @@ | |||||||
|                       <el-input size="small" class="AppAnnounceDetail-select__input" placeholder="请选择..." disabled v-model="form.wxGroupsName"></el-input> |                       <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"> |                       <div class="select-left" v-if="form.wxGroups.length"> | ||||||
|                         <span v-for="(item, index) in form.wxGroups" :key="index" v-if="index < 9"> |                         <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> |                         </span> | ||||||
|                         <em v-if="form.wxGroups.length > 9">等{{ form.wxGroups.length }}个</em> |                         <em v-if="form.wxGroups.length > 9">等{{ form.wxGroups.length }}个</em> | ||||||
|                       </div> |                       </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user