@@ -235,10 +235,6 @@ export default {
async handleSubmit() {
const valid = await this.$refs.FormRef.validate().catch(() => {});
if (!valid) return;
- if (!this.answers.length) {
- this.$message.error("请添加标答");
- return;
- }
if (this.loading) return;
this.loading = true;