This commit is contained in:
tianshujie
2024-03-25 09:35:20 +08:00
parent 4f3acdfe17
commit 470a5fc5de
+1 -1
View File
@@ -68,7 +68,7 @@ $(document).off('click', '.batch-btn > a, .batch-btn').on('click', '.batch-btn >
}
});
$(document).off('click', 'linkObjectBtn').on('click', '.linkObjectBtn', function()
$(document).off('click', '.linkObjectBtn').on('click', '.linkObjectBtn', function()
{
const $this = $(this);
const type = $this.data('type');