| | |
| | | <el-select v-model="form.baseSolutionId" @change="selectSolutions" placeholder="请选择"> |
| | | <el-option |
| | | v-for="item in solutions" |
| | | :key="item.baseId" |
| | | :key="item.id" |
| | | :label="item.name" |
| | | :value="item.baseId"> |
| | | :value="item.id"> |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | import selectApplicationForm from '@/components/business/selectApplicationForm' |
| | | import employeeList from '@/components/business/employeeList' |
| | | import { all } from '@/api/business/solutions' |
| | | import { closeWtbForShop, fetchList } from '@/api/business/insuranceApply' |
| | | import { fetchList } from '@/api/business/insuranceApply' |
| | | import { merge } from '@/api/business/unionApply' |
| | | export default { |
| | | name: 'factoryChange', |
| | |
| | | capacity: 10, |
| | | page: this.currentPage, |
| | | model: { |
| | | solutionBaseId: this.form.solutionsId, |
| | | baseSolutionId: this.form.baseSolutionId, |
| | | status: 23 |
| | | } |
| | | }).then(res => { |