|
@@ -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>
|