Commit bc74d7c4 authored by jiaorz's avatar jiaorz

123

parent 04c354ef
......@@ -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