国赛校验失败不关闭dialog处理
This commit is contained in:
parent
7094bca4f4
commit
cf2801288f
@ -132,7 +132,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
}
|
||||
|
@ -220,7 +220,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
}
|
||||
|
@ -117,7 +117,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -137,7 +137,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -212,7 +212,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -156,7 +156,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
} else {
|
||||
|
@ -285,7 +285,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
}
|
||||
|
@ -142,7 +142,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -140,7 +140,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
} else {
|
||||
|
@ -142,7 +142,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -149,7 +149,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -169,7 +169,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -106,7 +106,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -137,7 +137,9 @@ export default {
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
@ -152,7 +152,9 @@ export default {
|
||||
this.doClose();
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
if (!this.$store.state.trainingNew.trainingSwitch) {
|
||||
this.doClose();
|
||||
}
|
||||
this.$refs.noticeInfo.doShow();
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user