This commit is contained in:
shijingjing
2022-04-20 15:13:49 +08:00
parent c387fb1ea3
commit 81068c24dd

View File

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