nidapeng
2024-04-02 fe3fd82f31b4fb43f6b207715a443e96d0442b26
company/src/components/business/OpearaUnionApply.vue
@@ -13,9 +13,9 @@
                    <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>
@@ -113,7 +113,7 @@
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',
@@ -250,7 +250,7 @@
        capacity: 10,
        page: this.currentPage,
        model: {
          solutionBaseId: this.form.solutionsId,
          baseSolutionId: this.form.baseSolutionId,
          status: 23
        }
      }).then(res => {