提示
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -889,8 +889,8 @@ async function handelGeRenNext() { | ... | @@ -889,8 +889,8 @@ async function handelGeRenNext() { |
| 889 | if (res.data == 2) { | 889 | if (res.data == 2) { |
| 890 | await proxy.$modal.confirm( | 890 | await proxy.$modal.confirm( |
| 891 | language.value == 0 | 891 | language.value == 0 |
| 892 | ? '运动员的WDSF会员号已变更,是否更新?' | 892 | ? '动员的wdsf信息已发生变更,是否更新?' |
| 893 | : 'The athlete`s WDSF membership number has been changed. Should it be updated?' | 893 | : 'The athlete`s WDSF details have changed. Update now?' |
| 894 | ) | 894 | ) |
| 895 | // 删除 | 895 | // 删除 |
| 896 | await match.preCheckForPerson({ type: '2' }) | 896 | await match.preCheckForPerson({ type: '2' }) |
| ... | @@ -933,8 +933,8 @@ async function handelPreCheckForGroup(fn) { | ... | @@ -933,8 +933,8 @@ async function handelPreCheckForGroup(fn) { |
| 933 | if (res.data == 2) { | 933 | if (res.data == 2) { |
| 934 | await proxy.$modal.confirm( | 934 | await proxy.$modal.confirm( |
| 935 | language.value == 0 | 935 | language.value == 0 |
| 936 | ? '运动员的WDSF会员号已变更,是否更新?' | 936 | ? '动员的wdsf信息已发生变更,是否更新?' |
| 937 | : 'The athlete`s WDSF membership number has been changed. Should it be updated?') | 937 | : 'The athlete`s WDSF details have changed. Update now?') |
| 938 | await match.preCheckForGroup(groupId.value, '2') | 938 | await match.preCheckForGroup(groupId.value, '2') |
| 939 | // const flag = await getCheckOcr({ type: '2', groupId: groupId.value }) | 939 | // const flag = await getCheckOcr({ type: '2', groupId: groupId.value }) |
| 940 | // if (flag) await fn() | 940 | // if (flag) await fn() | ... | ... |
-
Please register or sign in to post a comment