jiangping
2024-10-22 2d528d024b179b6b06d1d2702e72f6caa5f67149
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
                })