修改bug

prod
wangwei 3 years ago
parent 534b7800ae
commit d72fc659f3

@ -598,12 +598,14 @@ export default {
} }
} }
} }
// //
this.resetForm(); this.resetForm();
this.getList(); this.getList();
}) })
.catch(() => { .catch(() => {
this.formLoading = false; this.formLoading = false;
this.$refs["dataForm"].resetFields();
}); });
} }
}); });

Loading…
Cancel
Save