gcz 3 年之前
父节点
当前提交
bbe2573c6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/report/report.vue

+ 1 - 1
pages/report/report.vue

@@ -113,7 +113,7 @@
 						});
 						this.$u.api.report(this.form).then(res=>{
 							console.log('res',res);
-							this.form = {};
+							// this.form = {};
 							uni.showToast({
 								icon:'none',
 								title:res.msg,