Browse Source

测试bug

ellisran 1 năm trước cách đây
mục cha
commit
f18c78e157
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) => {