Commit be28a4a1 by liang ce

文案修改,充值和津贴文案取后端文案

parent a3eb4041
...@@ -341,7 +341,7 @@ export default { ...@@ -341,7 +341,7 @@ export default {
$http.get(`/v1/charge/charge?${rechargeData}`).then((res) => { $http.get(`/v1/charge/charge?${rechargeData}`).then((res) => {
if (res.data.resultCode === '0') { if (res.data.resultCode === '0') {
this.form.resetFields() this.form.resetFields()
this.$message.success(res.data.data.message) this.$message.success(res.data.data)
this.spinning = !this.spinning this.spinning = !this.spinning
} else { } else {
this.spinning = !this.spinning this.spinning = !this.spinning
......
...@@ -311,7 +311,7 @@ export default { ...@@ -311,7 +311,7 @@ export default {
this.form.resetFields() this.form.resetFields()
this.userIdListObj = [] this.userIdListObj = []
this.departmentIdListObj = [] this.departmentIdListObj = []
this.$message.success(res.data.data.message) this.$message.success(res.data.data)
this.spinning = false this.spinning = false
this.queryRecordList() this.queryRecordList()
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment