Browse Source

修改示例中的URL地址

笔下光年 6 years ago
parent
commit
054fd3eb81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lyear_pages_data_table.html

+ 1 - 1
lyear_pages_data_table.html

@@ -171,7 +171,7 @@ $('#tb_departments').bootstrapTable({
     onEditableSave: function (field, row, oldValue, $el) {
         $.ajax({
             type: "get",
-            url: "http://127.0.0.113/edit.php",
+            url: "http://www.bixiaguangnian.com/index/test/testEditTwo",
             data: row,
             dataType: 'jsonp',
             success: function (data, status) {