From e60f8367affdb5049c2b92986f03b4f4c0c9a7ee Mon Sep 17 00:00:00 2001 From: huqi Date: Mon, 9 Nov 2020 16:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=97=A5=E7=A8=8B=E5=AE=89?= =?UTF-8?q?=E6=8E=92=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA=E9=87=8D=E5=8F=A0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/o2_core/o2/widget/O2Identity.js | 2 +- o2web/source/x_component_Homepage/$Main/default/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/o2web/source/o2_core/o2/widget/O2Identity.js b/o2web/source/o2_core/o2/widget/O2Identity.js index f860a246c4..2262a0c602 100644 --- a/o2web/source/o2_core/o2/widget/O2Identity.js +++ b/o2web/source/o2_core/o2/widget/O2Identity.js @@ -284,7 +284,7 @@ o2.widget.O2Duty = new Class({ getPersonData: function(){ if (!this.data.woUnit){ this.action.actions = {"getUnitduty": {"uri": "/jaxrs/unitduty/{id}"}}; - this.action.invoke({"name": "getUnitduty", "async": false, "parameter": {"id": (this.data.Id || this.data.name)}, "success": function(json){ + this.action.invoke({"name": "getUnitduty", "async": false, "parameter": {"id": (this.data.id || this.data.name)}, "success": function(json){ this.data = json.data; }.bind(this)}); } diff --git a/o2web/source/x_component_Homepage/$Main/default/style.css b/o2web/source/x_component_Homepage/$Main/default/style.css index 09d4358e45..3add4b5dc2 100644 --- a/o2web/source/x_component_Homepage/$Main/default/style.css +++ b/o2web/source/x_component_Homepage/$Main/default/style.css @@ -684,6 +684,7 @@ } .o2_homepage_calender_item_title { height: 30px; + overflow: hidden; } .o2_homepage_calender_item_title_icon { height: 6px; -- GitLab