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.$http.post('/app/apppreventionreturntopoverty/addByEwechat', {
...this.form, ...this.form,
id: this.id || '', id: this.id || '',
girdId: this.user.girdCheckType == 1? this.user.girdId:'', girdId: this.user.girdId,
}).then(res => { }).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.$u.toast(this.id? '保存成功' : '提交成功') this.$u.toast(this.id? '保存成功' : '提交成功')

View File

@@ -169,7 +169,7 @@
</div> </div>
</div> </div>
</div> </div>
<p class="tips">*不填时默认为0元</p> <!-- <p class="tips">*不填时默认为0元</p> -->
<div class="btn" hover-class="text" @click="submit">保存</div> <div class="btn" hover-class="text" @click="submit">保存</div>
</div> </div>

View File

@@ -79,8 +79,7 @@
</div> </div>
</div> </div>
</div> </div>
<!-- <p class="tips">*不填时默认为0元</p> -->
<p class="tips">*不填时默认为0元</p>
<div class="btn" hover-class="text" @click="submit">保存</div> <div class="btn" hover-class="text" @click="submit">保存</div>
</div> </div>
</template> </template>