jiangping
2024-05-16 a4945c89ee72aa8b6f2c0a75653a3256a2b30b4f
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
                })