From c24509087b1193c18ee4c87487b0fc4bf8ee0918 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 22 七月 2024 18:40:26 +0800 Subject: [PATCH] 工单更新 --- src/views/tigerprojects/system/lowcode/high/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/high/index.vue b/src/views/tigerprojects/system/lowcode/high/index.vue index 2abbdca..c8e89c7 100644 --- a/src/views/tigerprojects/system/lowcode/high/index.vue +++ b/src/views/tigerprojects/system/lowcode/high/index.vue @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-18 15:09:48 * @LastEditors: Ben Lin - * @LastEditTime: 2024-07-21 18:04:06 + * @LastEditTime: 2024-07-22 16:02:35 --> <!-- * _oo0oo_ @@ -139,10 +139,10 @@ } const currentTab = getCurrentTab(); const routeParams = ref(JSON.parse(decodeURI(route.params?.id as string))); - const entityName = ref(routeParams.value.Name); // 浠巗essionStorage涓鍙栧弬鏁板苟杞崲鍥炲璞� const savedParams = sessionStorage.getItem(`${routeParams.value.sName}_params`); const objParams = savedParams ? ref(JSON.parse(decodeURI(savedParams))) : ref({}); + const entityName = ref(routeParams.value.Name); const titleInfo = ref({}); //getTitle(objParams.value.Name); const isAllUpdate = ref(objParams.value.CODE != '0'); const globSetting = useGlobSetting(); -- Gitblit v1.9.3