fix:修复后台项目空间详情链接问题

This commit is contained in:
lifei6671 2018-11-26 11:38:05 +08:00
parent 6c5d26ee25
commit b89dc32a3f
2 changed files with 3 additions and 2 deletions

View File

@ -225,7 +225,8 @@
var $this = $(this);
$(this).button("loading");
$.ajax({
url : "{{urlfor "ManagerController.ItemsetsDelete" ":id" ""}}" + id,
url : "{{urlfor "ManagerController.ItemsetsDelete"}}",
data: {"itemId":id},
type : "post",
dataType : "json",
success : function (res) {

View File

@ -222,7 +222,7 @@
$.ajax({
url: "{{urlfor "ManagerController.TeamDelete"}}",
type: "post",
data: {"id": id},
data: {"teamId": id},
dataType: "json",
success: function (res) {
if (res.errcode === 0) {