From ebbd788fbb2c0b45d4473798efc57eec8ba74a25 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 18 六月 2024 14:51:16 +0800 Subject: [PATCH] 版本更新至2.11.5 --- src/views/tigerprojects/system/lowcode/detail/index.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/detail/index.vue b/src/views/tigerprojects/system/lowcode/detail/index.vue index 6a5abae..539aaff 100644 --- a/src/views/tigerprojects/system/lowcode/detail/index.vue +++ b/src/views/tigerprojects/system/lowcode/detail/index.vue @@ -4,10 +4,10 @@ * @version: * @Date: 2024-05-30 13:28:20 * @LastEditors: your name - * @LastEditTime: 2024-06-13 22:08:57 + * @LastEditTime: 2024-06-17 11:29:54 --> <template> - <PageWrapper :title="title" :content="contentStr" contentBackground @back="goBack"> + <PageWrapper :title="pageTitle" :content="contentStr" contentBackground @back="goBack"> <template #footer> <a-tabs default-active-key="detail" v-model:activeKey="currentKey" @tabClick="tabClkcallback"> <a-tab-pane key="detailfirst" :tab="firstTabName" /> @@ -83,7 +83,7 @@ import { useGo } from '/@/hooks/web/usePage'; //璇︽儏鍒楄〃 import { BasicTable, useTable, TableAction } from '/@/components/Table'; -import { GetSelectSuccess, OpenCustModal, OpenSelectItem, custOnChange } from '../data'; +import { GetSelectSuccess, OpenCustModal, OpenSelectItem, custOnChange, getHomeUrl } from '../data'; import { useI18n } from '/@/hooks/web/useI18n'; import { useMessage } from '/@/hooks/web/useMessage'; import { DeleteEntity, getListByPage } from '/@/api/tigerapi/system'; @@ -104,7 +104,7 @@ const ATabPane = ref(Tabs.TabPane); var ITEM_CODE = ref(''); const go = useGo(); -const title = ref(objParams.value.title); +const pageTitle = ref(objParams.value.pageTitle); const firstTitle = ref(objParams.value.firstTitle); const secondTitle = ref(objParams.value.secondTitle); const contentStr = ref(objParams.value.contentStr); @@ -201,8 +201,7 @@ // 椤甸潰宸︿晶鐐瑰嚮杩斿洖閾炬帴鏃剁殑鎿嶄綔 function goBack() { - // 鏈緥鐨勬晥鏋滄椂鐐瑰嚮杩斿洖濮嬬粓璺宠浆鍒拌处鍙峰垪琛ㄩ〉锛屽疄闄呭簲鐢ㄦ椂鍙繑鍥炰笂涓�椤� - go('/CheckRule'); + go(getHomeUrl(entityName.value)); } const tabClkcallback = (val: string) => { if (val == 'detailfirst') { -- Gitblit v1.9.3