| | |
| | | res = await electronicConfigureViewRef.value?.onConfirm?.(); |
| | | } else if (form.value.enterpriseConfigureType === EnterpriseConfigureType.ShortMessage) { |
| | | res = await shortMessageConfigureViewRef.value?.onConfirm?.(); |
| | | } else if (form.value.enterpriseConfigureType === EnterpriseConfigureType.Wechat) { |
| | | res = await wechatConfigureViewRef.value?.onConfirm?.(); |
| | | } |
| | | // else if (form.value.enterpriseConfigureType === EnterpriseConfigureType.Wechat) { |
| | | // res = await wechatConfigureViewRef.value?.onConfirm?.(); |
| | | // } |
| | | if (res) { |
| | | emit('onConfirm'); |
| | | } |