29195
This commit is contained in:
@@ -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 || '',
|
||||
|
||||
Reference in New Issue
Block a user