Browse Source

审核比较,去掉历史记录

MaiXinRong 4 years ago
parent
commit
a4acad461d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app/view/stage/compare.ejs

+ 3 - 2
app/view/stage/compare.ejs

@@ -79,7 +79,8 @@
         colWidth: true,
     }
     const scCacheKey = 'stage-compare-role-' + stage.tid + '-' + stage.order;
-    let scRoles = getLocalCache(scCacheKey);
-    scRoles = scRoles ? scRoles.split(',') : [0];
+    // let scRoles = getLocalCache(scCacheKey);
+    // scRoles = scRoles ? scRoles.split(',') : [0];
+    scRoles = [0];
     const thousandth = <%- ctx.tender.info.display.thousandth %>;
 </script>