Merge branch 'release/zentaopms_18.3' of https://gitlab.zcorp.cc/easycorp/zentaopms into release/zentaopms_18.3
This commit is contained in:
@@ -531,7 +531,7 @@ $(function()
|
||||
else
|
||||
{
|
||||
var $input = $('[data-id=ulTreeModal]').html();
|
||||
var $rootDom = $('[data-id=' + item.libid + ']a');
|
||||
var $rootDom = $('[data-id=' + item.libid + ']a.lib');
|
||||
var $li = $rootDom.parent();
|
||||
moduleData.isUpdate = true;
|
||||
$rootDom.after($input);
|
||||
|
||||
Reference in New Issue
Block a user