Explorar o código

清单指引搜索支持名称

zhongzewei %!s(int64=7) %!d(string=hai) anos
pai
achega
5b6e144e59
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/maintain/billsGuidance_lib/js/billsGuidance.js

+ 1 - 1
web/maintain/billsGuidance_lib/js/billsGuidance.js

@@ -1008,7 +1008,7 @@ const billsGuidance = (function () {
             else{
                 let reg = new RegExp(searchStr, 'i');
                 ration.cache = _.filter(ration.datas, function (data) {
-                    return reg.test(data.code);
+                    return reg.test(data.code) || reg.test(data.name);
                 });
             }
             $('.top-content').hide();