From e4f79a7e36214e5836cb0e667b3ffbd3db45456d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 22 十月 2024 23:54:26 +0800 Subject: [PATCH] 工单变量删除优化,预览优化 --- src/views/tigerprojects/system/lowcode/composition/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/composition/index.vue b/src/views/tigerprojects/system/lowcode/composition/index.vue index dffeb96..9ee294e 100644 --- a/src/views/tigerprojects/system/lowcode/composition/index.vue +++ b/src/views/tigerprojects/system/lowcode/composition/index.vue @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-18 23:30:30 * @LastEditors: Ben Lin - * @LastEditTime: 2024-08-06 10:04:20 + * @LastEditTime: 2024-10-21 23:03:27 --> <template> <PageWrapper @@ -96,7 +96,7 @@ import { useMessage } from '/@/hooks/web/useMessage'; import LogicFlow from '@logicflow/core'; - defineOptions({ name: 'DeptManagement' }); + defineOptions({ name: '宸ュ崟宸ヨ壓缁戝畾' }); const { notification, createErrorModal } = useMessage(); const go = useGo(); @@ -131,7 +131,7 @@ edges: [], }); const custImport = ref<any>(null); - const [registerCust, { openModal: openCustomModal, closeModal }] = useModal(); + const [registerCust] = useModal(); provide<Ref<any>>('objParams', objParams); provide<Ref<any>>('selectedNodes', nodes); setTitle(objParams.value.Title); //璁剧疆鏍囩椤垫爣棰� @@ -144,7 +144,7 @@ if (!isNullOrUnDef(custImport.value)) { const [{ GetHomeUrl }] = custImport.value['default'](); // 鏈緥鐨勬晥鏋滄椂鐐瑰嚮杩斿洖濮嬬粓璺宠浆鍒拌处鍙峰垪琛ㄩ〉锛屽疄闄呭簲鐢ㄦ椂鍙繑鍥炰笂涓�椤� - go(GetHomeUrl({ colSlots: colSlots.value })); + go(GetHomeUrl({ colSlots: colSlots.value, sName:objParams.value.firstSessionName })); } } -- Gitblit v1.9.3