Commit 854b9426 by RuoYi

修正遗漏回调函数callback

parent 30cb122b
......@@ -711,7 +711,7 @@
$.operate.submit(url, "post", "json", data, callback);
},
// get请求传输
get: function(url) {
get: function(url, callback) {
$.operate.submit(url, "get", "json", "", callback);
},
// 详细信息
......
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