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: [],
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 || '',