MrShi
2024-01-31 a68bf12a2975405f57f9a9d51b91c13a93c026f0
company/src/views/business/insuranceApply.vue
@@ -18,9 +18,9 @@
                <el-select v-model="searchForm.companyId" placeholder="请选择" @change="search">
                    <el-option
                        v-for="item in companyList"
                        :key="item.id"
                        :key="item.baseId"
                        :label="item.name"
                        :value="item.id">
                        :value="item.baseId">
                    </el-option>
                </el-select>
            </el-form-item>
@@ -108,7 +108,7 @@
            searchForm: {
                createTimeS: '',
                createTimeE: '',
                solutionId: '',
                baseSolutionId: '',
                companyId: '',
                statusCollect: ''
            },
@@ -131,7 +131,7 @@
        //   this.search()
        // },
        loadSelectList() {
          solutionAll({dataType:0}).then(res => {
          solutionAll({dataType:2}).then(res => {
              this.solutionList = res
            }).catch(err => {
            })