修改bug 56644 【演示问题】合规评估-技术评估结果 查看的抽屉应该与分解单中字段相同 现在缺少字段
This commit is contained in:
+2
-2
@@ -675,10 +675,10 @@
|
|||||||
mounted () {
|
mounted () {
|
||||||
this.queryStandAndLaws()
|
this.queryStandAndLaws()
|
||||||
this.tableHeight = $('.regulatory-repository').height() - 159
|
this.tableHeight = $('.regulatory-repository').height() - 159
|
||||||
this.sarProStateTableHeight = $('body').height() - 152
|
this.sarProStateTableHeight = $('body').height() - 162
|
||||||
window.onresize = () => {
|
window.onresize = () => {
|
||||||
this.tableHeight = $('.regulatory-repository').height() - 159
|
this.tableHeight = $('.regulatory-repository').height() - 159
|
||||||
this.sarProStateTableHeight = $('body').height() - 152
|
this.sarProStateTableHeight = $('body').height() - 162
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user