29453
This commit is contained in:
@@ -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? '保存成功' : '提交成功')
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user