jiangping
2024-06-07 8a266df75e912cc4ff49bc504db5b6b26f152892
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
                })