Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
034f9528e5
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Reference in New Issue