🐛 Fixing a bug.

This commit is contained in:
WispX
2020-03-19 22:22:39 +08:00
parent eac3cade5c
commit 6ba708143d
+1
View File
@@ -471,6 +471,7 @@
// 清空内容
foldersBox.html('')
imagesBox.html('');
params.page = 1;
params.keyword = $(this).find("input[name='keyword']").val();
methods.getData();
});