Showing
1 changed file
with
1 additions
and
1 deletions
@@ -869,7 +869,7 @@ var priceReject = { | @@ -869,7 +869,7 @@ var priceReject = { | ||
869 | common.dialog.confirm("温馨提示", content, function() { | 869 | common.dialog.confirm("温馨提示", content, function() { |
870 | common.util.__disButton.call($this); | 870 | common.util.__disButton.call($this); |
871 | common.util.__ajax({ | 871 | common.util.__ajax({ |
872 | - url: '/goods/price/reject', | 872 | + url: url, |
873 | data: fn() | 873 | data: fn() |
874 | }, function() { | 874 | }, function() { |
875 | g.reload(); | 875 | g.reload(); |
-
Please register or login to post a comment