From 04aac2eda9b5d9473eb96d12b32cb76fb45135c6 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 21 七月 2024 19:52:31 +0800 Subject: [PATCH] 工单更新 --- src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_PV.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_PV.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_PV.ts index adbfed7..2c18319 100644 --- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_PV.ts +++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_PV.ts @@ -87,6 +87,9 @@ searchInfo: { TABLE_NAME: 'BAS_LABEL_PV' }, }); }, + GetUseForm: () => { + return {}; + }, }; return [methods, ActionColumn]; -- Gitblit v1.9.3