@@ -337,6 +337,7 @@ export default {
this.toastLoading().clear();
if (res.code == 200) {
localStorage.setItem('getRequestFlage', 'true');
+ this.formData = null;
this.$router.go(-1);
} else {
this.$toast('提交失败,请重试');