1
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-01-05 09:32:50 +08:00
parent 99955b2eff
commit feab37c4ac
1 changed files with 1 additions and 1 deletions

View File

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