* Fix bug.

This commit is contained in:
tianshujie98
2021-07-12 15:40:29 +08:00
parent bad9c9e042
commit 867452258d
+1 -1
View File
@@ -659,8 +659,8 @@ $.extend(
searchModule = 'assetlib';
searchMethod = data;
searchLink = createLink(searchModule, searchMethod, "id=" + objectValue);
$.apps.open(searchLink);
}
$.apps.open(searchLink);
});
}
else