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);
|
var $this = $(this);
|
||||||
$(this).button("loading");
|
$(this).button("loading");
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url : "{{urlfor "ManagerController.ItemsetsDelete" ":id" ""}}" + id,
|
url : "{{urlfor "ManagerController.ItemsetsDelete"}}",
|
||||||
|
data: {"itemId":id},
|
||||||
type : "post",
|
type : "post",
|
||||||
dataType : "json",
|
dataType : "json",
|
||||||
success : function (res) {
|
success : function (res) {
|
||||||
|
@ -222,7 +222,7 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: "{{urlfor "ManagerController.TeamDelete"}}",
|
url: "{{urlfor "ManagerController.TeamDelete"}}",
|
||||||
type: "post",
|
type: "post",
|
||||||
data: {"id": id},
|
data: {"teamId": id},
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
if (res.errcode === 0) {
|
if (res.errcode === 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user