|
@ -203,7 +203,8 @@ export default { |
|
|
remark: this.dataForm.remark, |
|
|
remark: this.dataForm.remark, |
|
|
realName: this.dataForm.realName, |
|
|
realName: this.dataForm.realName, |
|
|
mobile: this.dataForm.mobile, |
|
|
mobile: this.dataForm.mobile, |
|
|
identityNo: this.dataForm.identityNo |
|
|
identityNo: this.dataForm.identityNo, |
|
|
|
|
|
userId: this.dataForm.id |
|
|
} |
|
|
} |
|
|
this.$http[!this.dataForm.id ? 'post' : 'post']('/app-user/user/partyReview/', postData).then(({ data: res }) => { |
|
|
this.$http[!this.dataForm.id ? 'post' : 'post']('/app-user/user/partyReview/', postData).then(({ data: res }) => { |
|
|
this.isAble = false |
|
|
this.isAble = false |
|
@ -236,6 +237,8 @@ export default { |
|
|
} else if (res.code !== 0) { |
|
|
} else if (res.code !== 0) { |
|
|
return this.$message.error(res.msg) |
|
|
return this.$message.error(res.msg) |
|
|
} else { |
|
|
} else { |
|
|
|
|
|
this.$http.post('/app-user/user/addPerfectPoints/', postData).then(({ data: res }) => { |
|
|
|
|
|
}).catch(() => { }) |
|
|
this.$message({ |
|
|
this.$message({ |
|
|
message: this.$t('prompt.success'), |
|
|
message: this.$t('prompt.success'), |
|
|
type: 'success', |
|
|
type: 'success', |
|
|