|
@@ -2,6 +2,13 @@ let auditUtils;
|
|
|
$(function () {
|
|
|
autoFlashHeight();
|
|
|
|
|
|
+ $('#tid_select').select2({
|
|
|
+ language: 'zh-CN',
|
|
|
+ theme: 'bootstrap4',
|
|
|
+ selectOnClose: true,
|
|
|
+ // width: '150',
|
|
|
+ });
|
|
|
+
|
|
|
$('#tid_select').change(function () {
|
|
|
const tid = parseInt($(this).val()) || 0;
|
|
|
setSelectValue('tid', tid);
|