29453
This commit is contained in:
@@ -676,7 +676,7 @@ export default {
|
||||
this.$http.post('/app/apppreventionreturntopoverty/addByEwechat', {
|
||||
...this.form,
|
||||
id: this.id || '',
|
||||
girdId: this.user.girdCheckType == 1? this.user.girdId:'',
|
||||
girdId: this.user.girdId,
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast(this.id? '保存成功' : '提交成功')
|
||||
|
||||
Reference in New Issue
Block a user