|
@@ -3570,7 +3570,6 @@ function init_xm(xm_id, xm_radio, xm_tips, xm_url, xm_data, xm_value, xm_on)
|
|
|
var xm_table = xm_id + '_table';
|
|
|
xm.update({
|
|
|
remoteMethod: function(val, cb, show, pageIndex) {
|
|
|
- console.info(1);
|
|
|
if (!pageIndex) {
|
|
|
pageIndex = 1;
|
|
|
}
|
|
@@ -3612,6 +3611,7 @@ function init_xm(xm_id, xm_radio, xm_tips, xm_url, xm_data, xm_value, xm_on)
|
|
|
}
|
|
|
}
|
|
|
$.getJSON(xm_url, data, function(response) {
|
|
|
+ console.info(1);
|
|
|
if (typeof response == "string") {
|
|
|
response = JSON.parse(response);
|
|
|
}
|