k94314517
2025-05-20 a4cc268b4a712a1f0bf0bb2451b6c3f7397a9627
company/src/components/enterprise/selectSolutions.vue
@@ -30,7 +30,7 @@
                label="保单号">
            </el-table-column>
            <el-table-column
                prop="applyChangeId"
                prop="pdCode"
                label="批单号">
            </el-table-column>
            <el-table-column
@@ -97,7 +97,8 @@
            },
            getList() {
                findList({
                    memberId: this.id
                    memberId: this.id,
                    status: 1
                }).then(res => {
                    this.list = res
                })