From 426d30df38b128a8943b627e118e95d8e16cf923 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 18 七月 2024 15:20:36 +0800
Subject: [PATCH] 组织工厂权限更新

---
 src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
index b1609d0..6e0f3b1 100644
--- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
+++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
@@ -4,7 +4,7 @@
  * @version:
  * @Date: 2024-06-19 20:34:27
  * @LastEditors: Ben Lin
- * @LastEditTime: 2024-06-23 23:42:04
+ * @LastEditTime: 2024-06-28 10:53:28
  */
 
 import { Tag, Tooltip } from 'ant-design-vue';
@@ -26,6 +26,11 @@
     slots: { customRender: 'action' },
     fixed: undefined,
   };
+
+  /**
+   * @description: 涓�浜涜嚜瀹氫箟鏂规硶
+   * @return {*}
+   */  
   const methods = {
     /**
      * @description: 鑾峰彇鏂板鎸夐挳鐨勮涓猴紝蹇呴渶瑕佹湁鐨勬柟娉�
@@ -204,7 +209,7 @@
         },
       ];
     },
-    OthersValues: (val: string, id: string) => {
+    KeyFieldValues: (val: string, id: string) => {
       return { LABEL_ID: id };
     },
   };

--
Gitblit v1.9.3