* Load projectrelease::view if it is in project tab.

This commit is contained in:
liumengyi
2023-11-28 10:58:56 +08:00
parent 0a67de155e
commit 1e3e491774
+1 -1
View File
@@ -22,7 +22,7 @@ $(document).off('click','.dtable-footer .batch-btn').on('click', '.dtable-footer
const postData = new FormData();
checkedList.forEach((id) => postData.append(postKey + '[]', id));
$.ajaxSubmit({"url": $(this).data('url'), "data": postData, "callback": loadPage($.createLink('release', 'view', `releaseID=${releaseID}&type=${type}`))});
$.ajaxSubmit({"url": $(this).data('url'), "data": postData, "callback": loadPage($.createLink(releaseModule, 'view', `releaseID=${releaseID}&type=${type}`))});
});
/**