* Fix write mistake

This commit is contained in:
guofeilong
2022-07-08 09:21:23 +00:00
parent b018809f53
commit 819323633f
+1 -1
View File
@@ -192,7 +192,7 @@ $(function()
}
})
$("#executionList").on('click','.load-btn', fucntion (e)
$("#executionList").on('click','.load-btn', function(e)
{
var that = e.target;
var executionID = $(this).attr('parent-id');