Browse Source

测试bug

ellisran 1 year ago
parent
commit
f18c78e157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/tender_showhide.js

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

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