jeter20131220 3 vuotta sitten
vanhempi
commit
7f8308b3b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      desktop11/goto.js

+ 1 - 1
desktop11/goto.js

@@ -96,7 +96,7 @@ function onClik() {
     url:'http://172.105.205.52:8001/deco_request_detail',
     data: jsonString,
     dataType: 'json',
-    success: function (data, textStatus, jqXHR) {
+    success: function (data, textStatus) {
 
       alert("送出成功");
     },