3b7ccb99 by zhangmeng

提示

1 parent a957eab0
......@@ -889,8 +889,8 @@ async function handelGeRenNext() {
if (res.data == 2) {
await proxy.$modal.confirm(
language.value == 0
? '运动员的WDSF会员号已变更,是否更新?'
: 'The athlete`s WDSF membership number has been changed. Should it be updated?'
? '动员的wdsf信息已发生变更,是否更新?'
: 'The athlete`s WDSF details have changed. Update now?'
)
// 删除
await match.preCheckForPerson({ type: '2' })
......@@ -933,8 +933,8 @@ async function handelPreCheckForGroup(fn) {
if (res.data == 2) {
await proxy.$modal.confirm(
language.value == 0
? '运动员的WDSF会员号已变更,是否更新?'
: 'The athlete`s WDSF membership number has been changed. Should it be updated?')
? '动员的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 })
// if (flag) await fn()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!