Commit 9401aaa8 by 冷斌

fix bug

parent 04b3a159
...@@ -280,7 +280,8 @@ ...@@ -280,7 +280,8 @@
data: "ids=" + item['id'] + "&type={$ordertype}&orderby=1", data: "ids=" + item['id'] + "&type={$ordertype}&orderby=1",
dataType: "json", dataType: "json",
success: function (data) { success: function (data) {
location.reload(); // location.reload();
console.log(data);
} }
}); });
} }
......
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