dd36693f by zhangmeng

旅游地址

1 parent 184daffb
......@@ -889,7 +889,7 @@ async function handelGeRenNext() {
if (res.data == 2) {
await proxy.$modal.confirm(
language.value == 0
? '动员的wdsf信息已发生变更,是否更新?'
? '动员的wdsf信息已发生变更,是否更新?'
: 'The athlete`s WDSF details have changed. Update now?'
)
// 删除
......@@ -933,7 +933,7 @@ async function handelPreCheckForGroup(fn) {
if (res.data == 2) {
await proxy.$modal.confirm(
language.value == 0
? '动员的wdsf信息已发生变更,是否更新?'
? '动员的wdsf信息已发生变更,是否更新?'
: 'The athlete`s WDSF details have changed. Update now?')
await match.preCheckForGroup(groupId.value, '2')
// 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!