Browse Source

测试bug

ellisran 1 year ago
parent
commit
cfcc765b9c
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

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