|
@@ -1,4 +1,8 @@
|
|
|
$(document).ready(function() {
|
|
|
+ autoFlashHeight();
|
|
|
+ console.log($(".sjs-height-0").height());
|
|
|
+ console.log($('#add-slibing').parent().parent().height());
|
|
|
+ $('#filing').height($(".sjs-height-0").height() - $('#add-slibing').parent().parent().height() - 10);
|
|
|
class FilingObj {
|
|
|
constructor(setting) {
|
|
|
// 原始数据整理后的树结构,用来整理zTree显示
|