旅游地址
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -889,7 +889,7 @@ async function handelGeRenNext() { | ... | @@ -889,7 +889,7 @@ 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 details have changed. Update now?' | 893 | : 'The athlete`s WDSF details have changed. Update now?' |
| 894 | ) | 894 | ) |
| 895 | // 删除 | 895 | // 删除 |
| ... | @@ -933,7 +933,7 @@ async function handelPreCheckForGroup(fn) { | ... | @@ -933,7 +933,7 @@ 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 details have changed. Update now?') | 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 }) | ... | ... |
-
Please register or sign in to post a comment