dd36693f by zhangmeng

旅游地址

1 parent 184daffb
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!