This commit is contained in:
BianLzhaoMin 2025-05-23 16:12:23 +08:00
parent 7917139bd3
commit 95f15a7387
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@
success: function (res) { success: function (res) {
fileList = res.obj fileList = res.obj
if (res.obj && res.obj.length > 0) { if (res.obj && res.obj.length > 0) {
$('.password-book-list').empty()
res.obj.forEach(item => { res.obj.forEach(item => {
$('.password-book-list').append( $('.password-book-list').append(
'<div class="password-book-item">' + '<div class="password-book-item">' +