|
@@ -19,6 +19,7 @@ $(document).ready(function() {
|
|
|
const cache = getLocalCache(this.expandKey);
|
|
|
this.expandCache = cache ? _.uniq(cache.split(',')) : [];
|
|
|
this.curFilingKey = 'cur-filing-' + window.location.pathname.split('/')[2];
|
|
|
+ $('#filing').height($(".sjs-height-0").height()-$('.d-flex',".sjs-height-0").height());
|
|
|
}
|
|
|
calcTotalFileCount() {
|
|
|
this.dragTree.recursiveFun(this.dragTree.children, x => {
|