jiangping
2024-02-04 4f2a2b480f1d36782c315881bad50066a52e71aa
company/src/components/enterprise/additionSubtractionApplication.vue
@@ -78,7 +78,7 @@
                <el-table-column
                    prop="currentFee"
                    align="center"
                    label="当前费用(元)">
                    label="产生费用(元)">
                </el-table-column>
                <el-table-column
                    prop="fee"
@@ -183,7 +183,7 @@
    import confirmJobType from '@/components/enterprise/confirmJobType'
    import { all } from '@/api/business/solutions'
    import { getDetail } from '@/api/business/insuranceApply'
    import { create, getChangeCountCyclePriceVO, applyChagneDetailList } from '@/api/business/applyChange'
    import { create, getChangeCountCyclePriceVO } from '@/api/business/applyChange'
    export default {
        name: 'additionSubtractionApplication',
        extends: BaseOpera,
@@ -265,11 +265,6 @@
            },
            handleClick(e) {
                this.activeName = e.index
            },
            getApplyChagneDetailList() {
                applyChagneDetailList({
                })
            },
            // 获取投保详情
            getDetails() {