|
|
@@ -155,10 +155,12 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- this.$http.post('/core/family/member/assignLoveValue', {
|
|
|
- memberId: this.assignForm.memberId,
|
|
|
- userId: this.userId,
|
|
|
- amount: this.assignForm.amount
|
|
|
+ this.$http.post('/core/family/member/assignLoveValue', null, {
|
|
|
+ params: {
|
|
|
+ memberId: this.assignForm.memberId,
|
|
|
+ userId: this.userId,
|
|
|
+ amount: this.assignForm.amount
|
|
|
+ }
|
|
|
}).then(({ data: res }) => {
|
|
|
if (res.code === 0) {
|
|
|
this.$message.success('分配成功')
|