k94314517
2024-04-09 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c
company/src/components/business/OpearaUnionChangeUnit.vue
@@ -63,20 +63,20 @@
          label="被保险人">
      </el-table-column>
      <el-table-column
          prop="applyStartTime"
          label="期望保险生效起期">
          prop="validCode"
          label="保单号">
      </el-table-column>
      <el-table-column
          prop="addNum"
          label="加保人数">
          prop="startTime"
          label="保险生效起期">
      </el-table-column>
      <el-table-column
          prop="delNum"
          label="减保人数">
          prop="endTime"
          label="保险生效止期">
      </el-table-column>
      <el-table-column
          prop="fee"
          label="费用变更">
          prop="changeNum"
          label="换厂人数">
      </el-table-column>
      <el-table-column  label="操作">
        <template slot-scope="{row}">
@@ -156,7 +156,7 @@
import selectApplicationForm from '@/components/business/selectApplicationForm'
import { listAll } from '@/api/business/applyChange'
import { merge } from '@/api/business/unionChange'
import ApplyChangeDetails from '@/components/business/ApplyChangeDetails'
import ApplyChangeDetails from '@/components/business/ApplyChangeUnitDetails'
import { fetchList as pageUnionList } from '@/api/business/unionApply'
import {getDetail} from "@/api/business/insuranceApply";
export default {
@@ -208,7 +208,7 @@
    checkDetial(row){
      getDetail(row.applyId).then(res => {
        // this.apply = res
        this.$refs.ApplyChangeDetails.open('加减保人员名单',res, row,2)
        this.$refs.ApplyChangeDetails.open('更换派遣单位人员',res, row,2)
      }).catch(err => {
      })
    },