Browse Source

测试bug

ellisran 1 year atrás
parent
commit
676c7416df
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/public/js/tender_showhide.js

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

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