From 7ffabbceeefb6c776b1ecab77a60ccb61909c164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=BB=E6=8B=96?= Date: Tue, 23 Aug 2022 13:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=89=88=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=AE=9E=E4=BE=8B=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_WorkApplication/Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_WorkApplication/Main.js b/o2web/source/x_component_WorkApplication/Main.js index 79e9318bef..9393484d8c 100644 --- a/o2web/source/x_component_WorkApplication/Main.js +++ b/o2web/source/x_component_WorkApplication/Main.js @@ -25,7 +25,7 @@ MWF.xApplication.WorkApplication.Main = new Class({ this.initAcl(function (){ this.action.ApplicationAction.get(this.options.id).then(function (json){ if (json.data){ - this.setTitle(this.options.title+"-"+json.data.name); + this.setTitle(this.lp.title+"-"+json.data.name); this.application = json.data; var url = this.path+this.options.style+"/view/view.html"; this.content.loadHtml(url, {"bind": {"acl":this.acl,"lp": this.lp,"data":{"application" : this.application}}, "module": this}, function(){ -- GitLab