Browse Source

申请离职-钉钉同步离职

huangguoce 4 days atrás
parent
commit
85a1d2b90f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/human/depart/handover/HandoverRecoveryAddForm.vue

+ 3 - 3
src/views/human/depart/handover/HandoverRecoveryAddForm.vue

@@ -183,9 +183,9 @@ export default {
 									let userInfo = this.$TOOL.data.get("USER_INFO");
 									if (userInfo.mobile && userInfo.mobile != "") {
 										//调用删除钉钉数据接口
-										handoverRecoveryService.deleteDingTalkByTenantId({
-											mobilePhone: userInfo.mobile
-										})
+										// handoverRecoveryService.deleteDingTalkByTenantId({
+										// 	mobilePhone: userInfo.mobile
+										// })
 									}
 								}