Skip to content

Commit

Permalink
【轮播图管理】新增轮播图,确认时没防抖,多次点击回新建多个
Browse files Browse the repository at this point in the history
  • Loading branch information
z1hui committed Oct 27, 2023
1 parent c67998b commit a0e2d48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,12 @@ export default {
duration: 1500,
onClose: () => {
this.visible = false
this.canSubmit = true
this.$emit('refreshDataList')
this.$refs['dataForm'].resetFields()
}
})
}).finally(() => {
}).catch(() => {
this.canSubmit = true
})
})
Expand Down

0 comments on commit a0e2d48

Please sign in to comment.