Merge branch 'sprint/master_zhouxudong_fixbug' into 'master'

* Fix bug.

See merge request easycorp/zentaopms!4943
This commit is contained in:
王怡栋
2022-08-12 00:49:55 +00:00
-1
View File
@@ -114,7 +114,6 @@
data: postData,
success: function(data)
{
console.log(data['title']);
$('#fileTitle' + fileID).html("<i class='icon icon-file-text'></i> &nbsp;" + data['title']);
$('#renameFile' + fileID).closest('li').removeClass('hidden');
$('#renameBox' + fileID).addClass('hidden');