Ver código fonte

fix:工作台内招标搜索tab指向逻辑调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 ano atrás
pai
commit
5fc756eb41
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      src/web/templates/pc/supsearch.html

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

@@ -2025,7 +2025,9 @@
         $('.search-tab-right').hide()
         $('.badge-recommend').show()
         $('.search-tab-item-0').show()
-        searchInnerVue.searchTab = 0
+        if(!getParam('searchGroup')) {
+          searchInnerVue.searchTab = 0
+        }
       }
       $("#zbSeatchT [name='searchGroup']").val(searchInnerVue.searchTab)
       $('#setInfoBtn').text('信息发布')