From e34d8f9133f196f17667d8051a6a9d080b0385fb Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 06 七月 2024 22:25:10 +0800 Subject: [PATCH] 优化提示 --- src/views/tigerprojects/system/lowcode/entityts/V_BAS_PROD.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/entityts/V_BAS_PROD.ts b/src/views/tigerprojects/system/lowcode/entityts/V_BAS_PROD.ts index 3e2448f..ec88e63 100644 --- a/src/views/tigerprojects/system/lowcode/entityts/V_BAS_PROD.ts +++ b/src/views/tigerprojects/system/lowcode/entityts/V_BAS_PROD.ts @@ -45,7 +45,7 @@ }, ]; }, - OthersValues: (val: string, id: string) => { + KeyFieldValues: (val: string, id: string) => { return { RSNG_CODE: val }; }, }; -- Gitblit v1.9.3