| | |
| | | <el-tab-pane lazy :name="EnterpriseConfigureType.ShortMessage"> |
| | | <ShortMessageConfigureView :id="form.id" ref="shortMessageConfigureViewRef" /> |
| | | </el-tab-pane> |
| | | <el-tab-pane lazy :name="EnterpriseConfigureType.InsureProduct"> |
| | | <!-- <el-tab-pane lazy :name="EnterpriseConfigureType.InsureProduct"> |
| | | <InsureProductConfigureView :id="form.id" ref="insureProductConfigureViewRef" /> |
| | | </el-tab-pane> |
| | | </el-tab-pane> --> |
| | | </el-tabs> |
| | | <template #footer> |
| | | <span class="dialog-footer"> |
| | |
| | | res = await shortMessageConfigureViewRef.value?.onConfirm?.(); |
| | | } else if (form.value.enterpriseConfigureType === EnterpriseConfigureType.Wechat) { |
| | | res = await wechatConfigureViewRef.value?.onConfirm?.(); |
| | | } else if (form.value.enterpriseConfigureType === EnterpriseConfigureType.InsureProduct) { |
| | | res = await insureProductConfigureViewRef.value?.onConfirm?.(); |
| | | } |
| | | // else if (form.value.enterpriseConfigureType === EnterpriseConfigureType.InsureProduct) { |
| | | // res = await insureProductConfigureViewRef.value?.onConfirm?.(); |
| | | // } |
| | | if (res) { |
| | | emit('onConfirm', res); |
| | | } |