diff --git a/project/sanjianxi/AppNeighborLinkage/addLinkage.vue b/project/sanjianxi/AppNeighborLinkage/addLinkage.vue index 82d5cf3..9029cc0 100644 --- a/project/sanjianxi/AppNeighborLinkage/addLinkage.vue +++ b/project/sanjianxi/AppNeighborLinkage/addLinkage.vue @@ -50,6 +50,7 @@ export default { }, userList: [], id: '', + flag: false, } }, onShow() { @@ -93,6 +94,7 @@ export default { }, confirm() { + if(this.flag) reutrn if(!this.form.residentId) { return this.$u.toast('请选择四邻对象') } @@ -102,7 +104,7 @@ export default { if(!this.form.description) { return this.$u.toast('请输入事件描述') } - + this.flag = true this.$instance.post('/app/apppartyfourlinkage/addByWxApplet',{ ...this.form, id: this.id || '',