修正遗漏回调函数callback

This commit is contained in:
RuoYi
2019-05-17 17:41:11 +08:00
parent 30cb122bdf
commit 854b9426b9

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