Commit 77bd3db7 authored by guoyou's avatar guoyou

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform-ui into base-modify

parents 913eb2db 005bef9a
......@@ -986,7 +986,7 @@ export default {
appUserId: row.userId,
changeViolateAmount: null
}
calculate(row.no, params).then(data => {
calculate(row.orderNo, params).then(data => {
if (data.status == 200) {
this.$notify({
title: '成功',
......@@ -1100,7 +1100,7 @@ export default {
appUserId: this.row.userId,
changeViolateAmount: this.violateAmount
}
calculate(this.row.no, params).then(data => {
calculate(this.row.orderNo, params).then(data => {
if (data.status == 200) {
this.$notify({
title: '成功',
......
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