| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="投保企业" prop="companyId"> |
| | | <el-select v-model="searchForm.companyId" placeholder="请选择" @change="search"> |
| | | <el-select v-model="searchForm.companyId" filterable placeholder="请选择" @change="search"> |
| | | <el-option |
| | | v-for="item in companyList" |
| | | :key="item.id" |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="保险方案" prop="baseSolutionsId"> |
| | | <el-select v-model="searchForm.baseSolutionsId" placeholder="请选择" @change="search"> |
| | | <el-select v-model="searchForm.baseSolutionsId" filterable placeholder="请选择" @change="search"> |
| | | <el-option |
| | | v-for="item in solutionList" |
| | | :key="item.baseId" |
| | |
| | | }, |
| | | methods: { |
| | | loadSelectList() { |
| | | solutionAll({dataType:2}).then(res => { |
| | | solutionAll({dataType:2,type:0}).then(res => { |
| | | this.solutionList = res |
| | | }).catch(err => { |
| | | }) |