From f1d47feeee1ddb5751847b71f789f2c3b822ec32 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期日, 23 六月 2024 23:55:33 +0800
Subject: [PATCH] 详情页面优化

---
 src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts |    6 ++++--
 1 files changed, 4 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 424074c..02f4089 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-22 20:35:33
+ * @LastEditTime: 2024-06-23 23:53:41
  */
 
 import { ActionItem, BasicColumn } from '/@/components/Table';
@@ -17,7 +17,9 @@
    */
   function goDetail(go: Fn, params: Recordable) {
     const id = {
-      ID: 'BAS_LABEL_VAR',
+      ID: params['record'].ID,
+      CODE: params['record']['LABEL_CODE'],
+      Name: 'BAS_LABEL_VAR',
       firstTabName: '鏍囩妯℃澘鍙橀噺',
       secondTabName: '', //'鏍囩杩囩▼鍙橀噺',
       firstTitle: '妯℃澘鍙橀噺',

--
Gitblit v1.9.3