Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchentong committed Oct 29, 2024
1 parent 3c9445c commit 5a3fe11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ async function onUploadPDF(channel: 'AliPay' | 'WxPay', event: Event) {
if (batches.every(x => x.batch !== data.batch)) {
batches.push(data)
}
else {
Message.error('请勿重复导入账单')
}

const target = event.target as HTMLInputElement
if (target) {
Expand Down

0 comments on commit 5a3fe11

Please sign in to comment.