From 46c3d28c5633baaddad0da441185310b9360a45b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 03 七月 2024 14:56:21 +0800 Subject: [PATCH] 高级表单优化 --- src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts index c00d7ca..cca2279 100644 --- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts +++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-19 20:34:27 * @LastEditors: Ben Lin - * @LastEditTime: 2024-06-28 10:52:45 + * @LastEditTime: 2024-07-03 08:52:24 */ import { ActionItem, BasicColumn } from '/@/components/Table'; @@ -69,7 +69,7 @@ pageTitle: '鏍囩妯℃澘鍙橀噺', //璇︽儏椤甸潰鏍囬 contentStr: '杩欓噷鏄爣绛炬ā鏉垮彉閲忕鐞嗛〉闈紝鍙互绠$悊鏍囩鐨勬ā鏉垮彉閲忔垨鑰呮墦鍗拌繃绋嬩腑鐨勫彉閲�', detailName: `妯℃澘[${params['record'].LABEL_NAME}]`, - others: { LABEL_ID: params['record'].ID }, + keyFieldValues: { LABEL_ID: params['record'].ID }, colSlots: ['BAS_LABEL_PV1add'], }; go(`/BAS_LABEL_VAR/${encodeURI(JSON.stringify(id))}`); -- Gitblit v1.9.3