This commit is contained in:
parent
7917139bd3
commit
95f15a7387
|
|
@ -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">' +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue