修正遗漏回调函数callback

pull/88/head
RuoYi 2019-05-17 17:41:11 +08:00
parent 30cb122bdf
commit 854b9426b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
},
// 详细信息