diff --git a/src/views/homesteadSurvey/list2.vue b/src/views/homesteadSurvey/list2.vue index 4e574ecf..a032da11 100644 --- a/src/views/homesteadSurvey/list2.vue +++ b/src/views/homesteadSurvey/list2.vue @@ -88,25 +88,6 @@ - - - - - - - - - - - - - - - - - - - @@ -4946,8 +4927,14 @@ if(wcnhData == null){ this.$toast("请选择外村农户!"); }else { + this.$toast.loading({ + message: "数据处理中", + forbidClick: true, + duration: 100000, + }); addOutsidenhhncy(wcnhData).then(response => { if(response.code != 200) throw response.msg; + this.$toast.clear(); this.$toast("新增成功"); this.outsideOpen = false; this.getList();