dever 2 年之前
父節點
當前提交
b54482091c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/lib/manage/main.js

+ 1 - 1
assets/lib/manage/main.js

@@ -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);
                 }