mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-06-28 15:45:35 +08:00
fix:修复后台项目空间详情链接问题
This commit is contained in:
parent
6c5d26ee25
commit
b89dc32a3f
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user