浏览代码

审核比较,去掉历史记录

MaiXinRong 4 年之前
父节点
当前提交
a4acad461d
共有 1 个文件被更改,包括 3 次插入2 次删除
  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>