Merge branch 'sprint/tianshujie' into 'master'

* Initializes the module control.

See merge request easycorp/zentaopms!4919
This commit is contained in:
胡方舟
2022-08-11 03:07:20 +00:00
+1
View File
@@ -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;