修改bug 56644 【演示问题】合规评估-技术评估结果 查看的抽屉应该与分解单中字段相同 现在缺少字段

This commit is contained in:
hanshaozhuang
2022-07-19 14:07:58 +08:00
parent 3d5f60a339
commit eb84684fd0
@@ -675,10 +675,10 @@
mounted () {
this.queryStandAndLaws()
this.tableHeight = $('.regulatory-repository').height() - 159
this.sarProStateTableHeight = $('body').height() - 152
this.sarProStateTableHeight = $('body').height() - 162
window.onresize = () => {
this.tableHeight = $('.regulatory-repository').height() - 159
this.sarProStateTableHeight = $('body').height() - 152
this.sarProStateTableHeight = $('body').height() - 162
}
}
}