k94314517
2024-04-12 7341852b4449d689a7320b4f345ad2a10e47951e
company/src/views/business/insuranceApply.vue
@@ -62,7 +62,7 @@
                        <span>{{scope.$index + 1}}</span>
                    </template>
                </el-table-column>
                <el-table-column prop="statusInfo" label="投保状态" min-width="100px">
                <el-table-column prop="statusInfo" label="保单状态" min-width="100px">
                  <template slot-scope="{row}">
                    <span :class="'apply-status'+row.status" >{{row.statusInfo}}</span>
                  </template>
@@ -154,7 +154,7 @@
        //   this.search()
        // },
        loadSelectList() {
          solutionAll({dataType:2}).then(res => {
          solutionAll({dataType:2,type:0}).then(res => {
              this.solutionList = res
            }).catch(err => {
            })