ellisran hai 1 ano
pai
achega
3027a68dc6
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      app/const/schedule.js
  2. 1 1
      app/public/js/tender_showhide.js

+ 1 - 1
app/const/schedule.js

@@ -8,7 +8,7 @@ const permission = {
     no: 0,
     show: 1,
     edit: 2,
-}
+};
 
 module.exports = {
     plan_mode,

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

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