company/src/views/business/insuranceApply.vue
@@ -146,7 +146,7 @@ <!-- 选择企业 --> <chooseCompany ref="chooseCompany" @submit="getVal" /> <!-- 新增投保 --> <OperaInsuranceApplyAddWindow ref="OperaInsuranceApplyAddWindow" @success="handlePageChange" /> <OperaInsuranceApplyAddWindow ref="OperaInsuranceApplyAddWindow" @success="handlePageChange" /> </TableLayout> </template> @@ -181,6 +181,7 @@ status: [ { label: '待审核', id: '0' }, { label: '待出单', id: '1' }, { label: '投保中', id: '26' }, { label: '待签署', id: '7' }, { label: '待生效', id: '2,0' }, { label: '保障中', id: '2,1' },