公告板
版本库
filestore
活动
搜索
登录
黄千龙
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
只对医院客户人员进行姓名+手机重复校验
涂煌豪
2022-05-27
c36f49d724cf5e680091a45f590fbd03673c82c4
[~huangqianlong/OlyMEBG.git]
/
force-app
/
main
/
default
/
pages
/
SaveMaintenanceByCopy.page
1
2
3
4
5
<apex:page Controller="SaveMaintenanceByCopyController" action="{!init}">
<script type="text/javascript">
window.location.href = '/{!newid}';
</script>
</apex:page>