Skip to content

Commit

Permalink
fix: 断点续答案
Browse files Browse the repository at this point in the history
  • Loading branch information
taoshuang committed Aug 23, 2024
1 parent 895a741 commit 54870b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/render/stores/survey.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const useSurveyStore = defineStore('survey', () => {
})
}
} else {
if(!breakAnswer) {
if(!option.baseConf.breakAnswer) {
clearFormData(option)
} else {
confirm({
Expand Down

0 comments on commit 54870b5

Please sign in to comment.