|  | @@ -8,7 +8,7 @@
 | 
											
												
													
														|  |        <!-- 搜索类型 -->
 |  |        <!-- 搜索类型 -->
 | 
											
												
													
														|  |        <el-form :inline="true" class="searchForm" v-model="searchForm">
 |  |        <el-form :inline="true" class="searchForm" v-model="searchForm">
 | 
											
												
													
														|  |          <el-form-item prop='organId'>
 |  |          <el-form-item prop='organId'>
 | 
											
												
													
														|  | -          <el-select class='multiple' v-model="searchForm.organId" filterable clearable placeholder="请选择分部">
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <el-select class='multiple' v-model="searchForm.organId" @clear="onClear('organId')" filterable clearable placeholder="请选择分部">
 | 
											
												
													
														|  |              <el-option v-for="(item,index) in organList" :key="index" :label="item.name" :value="item.id"></el-option>
 |  |              <el-option v-for="(item,index) in organList" :key="index" :label="item.name" :value="item.id"></el-option>
 | 
											
												
													
														|  |            </el-select>
 |  |            </el-select>
 | 
											
												
													
														|  |          </el-form-item>
 |  |          </el-form-item>
 | 
											
										
											
												
													
														|  | @@ -136,6 +136,8 @@
 | 
											
												
													
														|  |            this.searchForm.paymentType = null
 |  |            this.searchForm.paymentType = null
 | 
											
												
													
														|  |          } else if(type  == 'paymentStatus') {
 |  |          } else if(type  == 'paymentStatus') {
 | 
											
												
													
														|  |            this.searchForm.paymentStatus = null
 |  |            this.searchForm.paymentStatus = null
 | 
											
												
													
														|  | 
 |  | +        } else if(type == 'organId') {
 | 
											
												
													
														|  | 
 |  | +          this.searchForm.organId = null
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |        onOrderExport() { // 报表导出
 |  |        onOrderExport() { // 报表导出
 |