Browse Source

招标搜索勾选数据导出修改

tsz 3 năm trước cách đây
mục cha
commit
9ee8b9aa70

+ 1 - 1
src/web/templates/pc/supsearch.html

@@ -1847,7 +1847,7 @@ $(function(){
     }
     }
   })
   })
   // 单选
   // 单选
-  $(".tabContainer-2 .lucene ul").on('change', '.custom-checkbox:not(.check-all)', function() {
+  $(".tabContainer .lucene ul").on('change', '.custom-checkbox:not(.check-all)', function() {
     var state = $(this).is(":checked")
     var state = $(this).is(":checked")
     if (state) {
     if (state) {
       $(this).prop("checked",true)
       $(this).prop("checked",true)