Skip to content

Commit 89e3cde

Browse files
author
chenjing
committed
fix: 判定中不执行关闭
1 parent cae430d commit 89e3cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default {
207207
methods: {
208208
// 关闭
209209
onClose() {
210-
if (!this.mouseDown) {
210+
if (!this.mouseDown && !this.isSubmting) {
211211
clearTimeout(this.timer1);
212212
this.$emit("close");
213213
}

0 commit comments

Comments
 (0)