浏览代码

修改示例中的URL地址

笔下光年 6 年之前
父节点
当前提交
054fd3eb81
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {