ellisran hace 1 año
padre
commit
f18c78e157
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/public/js/tender_showhide.js

+ 1 - 1
app/public/js/tender_showhide.js

@@ -8,7 +8,7 @@
  * @version
  */
 let hideList = [];
-const tTree = typeof tenderTree !== typeof undefined ? tenderTree : typeof tenderTree2 !== typeof undefined ? tenderTree2 : [];
+const tTree = typeof tenderTree ? tenderTree : typeof tenderTree2 ? tenderTree2 : [];
 let returnItem;
 const findTenderTreeNode = function(sortId, tree) {
     tree.forEach((item) => {