src/views/tigerprojects/system/lowcode/normal/mainTable.vue
@@ -254,7 +254,9 @@ const result = CreateAction(fnName); switch (result.action) { case 'go': go(`/${result.url}/${encodeURI(JSON.stringify(result.params))}`); // 将对象转换为JSON字符串并保存到sessionStorage sessionStorage.setItem(`${result.params.Name}_params`, encodeURI(JSON.stringify(result.params))); go(`/${result.url}/${encodeURI(JSON.stringify({ sName: result.params.Name, Name: result.params.Name }))}`); break; case 'drawer': openDrawer(true, {