From 4b2e87fa858be91cda029d6eb1c5d39a3e049b79 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Fri, 7 Oct 2022 22:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A9=BA=E6=A0=BC=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E6=97=A0=E6=B3=95=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/designer/extend/js/designer.extend.link.view.portal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js index 0fadf87d..8e5aaec1 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js @@ -1929,7 +1929,7 @@ function sortModelByNumber() { if (attr != null && attr.id) { if(attr.id=="activity_number"){ - var number = attr.value; + var number = attr.value.trim(); var subNumer=number< 10 ? number.substr(1,1) : number; if(typeof subNumer == 'string') {