Commit 2d5a2c20 authored by youjie's avatar youjie

no message

parent 83c861f1
...@@ -1917,7 +1917,7 @@ export default { ...@@ -1917,7 +1917,7 @@ export default {
allW = document.documentElement.clientWidth; allW = document.documentElement.clientWidth;
cW = allW - 90; cW = allW - 90;
cH = allH - 350 - 52; cH = allH - 350 - 52;
this.msg.pageSize = parseInt(cH / 30) - 1; this.msg.pageSize = parseInt(cH / 30) - 2;
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.getCompanyMsg.RB_Group_Id = userInfo.RB_Group_id; //集团ID this.getCompanyMsg.RB_Group_Id = userInfo.RB_Group_id; //集团ID
this.userId = userInfo.EmployeeId; this.userId = userInfo.EmployeeId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment