From bfbf6bcc45296a910753e9be73db26e6b02e7ba7 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 11 Aug 2022 10:53:17 +0800 Subject: [PATCH] * Initializes the module control. --- module/story/js/batchtotask.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/story/js/batchtotask.js b/module/story/js/batchtotask.js index 5548e54b13..d997c16b14 100755 --- a/module/story/js/batchtotask.js +++ b/module/story/js/batchtotask.js @@ -271,6 +271,7 @@ function addRow(obj) $row.find('div[id$=_chosen]').remove(); $row.find('.picker').remove(); $row.find('.chosen').chosen(); + $row.find('.picker-select').picker(); var begin = parseInt($(obj).parent().siblings('.c-id').text()) + 1; var count = $('#tableBody tbody > tr').length;