@@ -793,8 +793,6 @@ export default {
}
},
async submitForm() {
- console.log(this.ruleForm);
- return;
await this.$refs.ruleForm.validate(async (valid) => {
if (valid) {
this.loading = true;