Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-05 15:24:07 +08:00
commit 034f9528e5
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ export default {
async handleConfirm() { async handleConfirm() {
this.loading = true this.loading = true
try { try {
await this.handleSave(false) // await this.handleSave(false)
let r = await this.handleSave(false) let r = await this.handleSave(false)
if (!r) return if (!r) return
await verifyVisitTaskQuestions({ visitTaskId: this.visitTaskId }) await verifyVisitTaskQuestions({ visitTaskId: this.visitTaskId })