Commit ad40b372 by huaying

fix: huanyignyu

parent 825bbbae
......@@ -167,15 +167,15 @@ export default {
this.form.welcomeId = '';
}
this.$refs.form.validate(async valid => {
if (!this.$refs.welcomeItem.submit()) {
return;
}
if (valid) {
// this.form.passFlag = this.form.passFlag ? 1 : 0;
this.btnLoading = true;
this.saveLoading = true;
this.$emit('sumbit', this.form);
}
if (!this.$refs.welcomeItem.submit()) {
return;
}
});
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment