From 6abf4c703ebcdd4f856cb9cfe39bd7f0027dd6ac Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期六, 15 六月 2024 22:49:28 +0800
Subject: [PATCH] 工艺行为更新

---
 src/views/tigerprojects/system/lowcode/data.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/data.ts b/src/views/tigerprojects/system/lowcode/data.ts
index 29d3ef9..ac40fc1 100644
--- a/src/views/tigerprojects/system/lowcode/data.ts
+++ b/src/views/tigerprojects/system/lowcode/data.ts
@@ -344,6 +344,7 @@
         ],
         tableName: 'BAS_ITEM',
         rowKey: 'ITEM_CODE',
+        searchInfo: {TABLE_NAME: 'BAS_ITEM'}
       });
       break;
   }
@@ -418,6 +419,7 @@
         ],
         tableName: 'BAS_ITEM',
         rowKey: 'ITEM_CODE',
+        searchInfo: {TABLE_NAME: 'BAS_ITEM'}
       });
       break;
   }

--
Gitblit v1.9.3