From 7f5b781c9b476eb1c74dd637cbf9ee54bc71acfd Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 08 三月 2025 11:16:59 +0800 Subject: [PATCH] 页面跳转更新 --- src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts b/src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts index 5be5704..f41d4e9 100644 --- a/src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts +++ b/src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts @@ -86,7 +86,7 @@ * @return {*} */ GetHomeUrl: (params: {}) => { - return `/BIZ_MES_WO/LC/${encodeURI(JSON.stringify({ ID: 'BIZ_MES_WO', colSlots: params['colSlots'], crudColSlots: [] }))}`; + return `/BIZ_MES_WO/LC/${encodeURI(JSON.stringify({ ID: 'BIZ_MES_WO', "EntityName":"BIZ_MES_WO",colSlots: params['colSlots'], crudColSlots: [] }))}`; }, /** * @description: 鑾峰彇鏍戝舰鏁版嵁 -- Gitblit v1.9.3