This commit is contained in:
shijingjing
2022-04-29 16:26:06 +08:00
parent 5824f4ba9d
commit ca06bb1502
3 changed files with 3 additions and 4 deletions

View File

@@ -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? '保存成功' : '提交成功')