* Fix error of edit instance.

This commit is contained in:
zhaoke
2023-08-02 14:45:45 +08:00
parent 74a180193e
commit ee30913246
7 changed files with 19 additions and 13 deletions
+2 -1
View File
@@ -77,5 +77,6 @@ window.bindUser = function(externalID, appName)
window.editApp = function(externalID, appName)
{
openUrl($.createLink(appName.toLowerCase(), 'edit', 'id=' + externalID));
$('#editLinkContainer').attr('href', $.createLink(appName.toLowerCase(), 'edit', 'id=' + externalID));
$('#editLinkContainer').trigger('click');
}
+2
View File
@@ -42,5 +42,7 @@ dtable
set::footPager(usePager()),
);
a(setStyle('display', 'none'), setID('editLinkContainer'), setData('toggle', 'modal'));
render();