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