BUG 28124
This commit is contained in:
		| @@ -4,7 +4,8 @@ | |||||||
|       <ai-title title="三会一课" isShowBottomBorder slot="title"> |       <ai-title title="三会一课" isShowBottomBorder slot="title"> | ||||||
|         <template #rightBtn> |         <template #rightBtn> | ||||||
|           <ai-party :instance="instance" v-model="partyId" :topOrgId="topOrgId" :name.sync="partyOrgLabel" |           <ai-party :instance="instance" v-model="partyId" :topOrgId="topOrgId" :name.sync="partyOrgLabel" | ||||||
|                     style="display:inline-block" @origin="changeParty" customClicker url="/app/partyOrganization/queryAllChildren"> |                     style="display:inline-block" @origin="changeParty" customClicker | ||||||
|  |                     url="/app/partyOrganization/queryAllChildren"> | ||||||
|             <el-input size="small" v-model="partyOrgLabel" readonly placeholder="选择党组织"> |             <el-input size="small" v-model="partyOrgLabel" readonly placeholder="选择党组织"> | ||||||
|               <el-row slot="append" type="flex" class="partyPicker"> |               <el-row slot="append" type="flex" class="partyPicker"> | ||||||
|                 <i class="iconfont icondangyuan"/> |                 <i class="iconfont icondangyuan"/> | ||||||
| @@ -42,11 +43,7 @@ | |||||||
|           </template> |           </template> | ||||||
|           <template #right> |           <template #right> | ||||||
|             <el-input size="small" v-model="search.meetingAgenda" placeholder="会议标题/创建人" |             <el-input size="small" v-model="search.meetingAgenda" placeholder="会议标题/创建人" | ||||||
|                       prefix-icon="iconfont iconSearch" clearable |                       suffix-icon="iconfont iconSearch" clearable @change="page.current=1,getAppThreeMeetingInfo()"/> | ||||||
|                       @keyup.enter.native="page.current=1,getAppThreeMeetingInfo()"/> |  | ||||||
|             <el-button type="primary" icon="iconfont iconSearch" @click="page.current=1,getAppThreeMeetingInfo()">查询 |  | ||||||
|             </el-button> |  | ||||||
|             <el-button icon="el-icon-refresh-right" @click="resetSearch">重置</el-button> |  | ||||||
|           </template> |           </template> | ||||||
|         </ai-search-bar> |         </ai-search-bar> | ||||||
|         <ai-search-bar> |         <ai-search-bar> | ||||||
| @@ -136,18 +133,19 @@ | |||||||
|       <div class="content input-240"> |       <div class="content input-240"> | ||||||
|         <div class="flex"> |         <div class="flex"> | ||||||
|           <el-date-picker |           <el-date-picker | ||||||
|             v-model="searchYear" |               v-model="searchYear" | ||||||
|             type="year" |               type="year" | ||||||
|             size="small" |               size="small" | ||||||
|             style="width: 200px; margin-right: 10px;" |               style="width: 200px; margin-right: 10px;" | ||||||
|             value-format="yyyy" |               value-format="yyyy" | ||||||
|             @change="getMeetStatistics" |               @change="getMeetStatistics" | ||||||
|             placeholder="选择年份"> |               placeholder="选择年份"> | ||||||
|           </el-date-picker> |           </el-date-picker> | ||||||
|           <el-select style="width: 200px" v-model="searchMonth" placeholder="全部" size="small" clearable class="timeSelect" |           <el-select style="width: 200px" v-model="searchMonth" placeholder="全部" size="small" clearable | ||||||
|                       @change="getMeetStatistics"> |                      class="timeSelect" | ||||||
|  |                      @change="getMeetStatistics"> | ||||||
|             <el-option v-for="(op,j) in dict.getDict('monthList')" :key="j" :label="op.dictName" |             <el-option v-for="(op,j) in dict.getDict('monthList')" :key="j" :label="op.dictName" | ||||||
|                         :value="op.dictValue"/> |                        :value="op.dictValue"/> | ||||||
|           </el-select> |           </el-select> | ||||||
|         </div> |         </div> | ||||||
|         <ul class="totalTitle"> |         <ul class="totalTitle"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user