Commit be28a4a1 by liang ce

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

parent a3eb4041
......@@ -341,7 +341,7 @@ export default {
$http.get(`/v1/charge/charge?${rechargeData}`).then((res) => {
if (res.data.resultCode === '0') {
this.form.resetFields()
this.$message.success(res.data.data.message)
this.$message.success(res.data.data)
this.spinning = !this.spinning
} else {
this.spinning = !this.spinning
......
......@@ -311,7 +311,7 @@ export default {
this.form.resetFields()
this.userIdListObj = []
this.departmentIdListObj = []
this.$message.success(res.data.data.message)
this.$message.success(res.data.data)
this.spinning = false
this.queryRecordList()
} 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