30569
This commit is contained in:
		| @@ -23,15 +23,12 @@ | ||||
|                 <el-form-item label="选择群主" v-if="form.sendScope !== '0'" prop="wxGroupsName" style="width: 100%;" :rules="[{ required: true, message: '请选择选择群主', trigger: 'change' }]"> | ||||
|                   <div class="AppAnnounceDetail-select"> | ||||
|                     <el-input size="small" class="AppAnnounceDetail-select__input" placeholder="请选择..." disabled v-model="form.wxGroupsName"></el-input> | ||||
|                     <div class="select-left" v-if="form.filterCriteria.length && form.sendScope !== '2'"> | ||||
|                       <span v-for="(item, index) in form.filterCriteria" :key="index"> | ||||
|                         <ai-open-data type="departmentName" :openid="item"></ai-open-data> | ||||
|                     <div class="select-left" v-if="form.wxGroups.length"> | ||||
|                       <span v-for="(item, index) in form.wxGroups" :key="index"> | ||||
|                         <ai-open-data type="userName" :openid="item.groupOwnerId"></ai-open-data> | ||||
|                       </span> | ||||
|                     </div> | ||||
|                     <div class="select-left" v-if="form.filterCriteria.length && form.sendScope === '2'"> | ||||
|                       <span v-for="(item, index) in girdNames" :key="index">{{ item }}</span> | ||||
|                     </div> | ||||
|                     <i v-if="!form.filterCriteria.length">请选择</i> | ||||
|                     <i v-if="!form.wxGroups.length">请选择</i> | ||||
|                     <ai-picker | ||||
|                       :instance="instance" | ||||
|                       multiple | ||||
|   | ||||
		Reference in New Issue
	
	Block a user