From 2e645248be592003ea2624ddb6f19cf6ab3aab29 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 29 五月 2024 12:53:46 +0800 Subject: [PATCH] 通用分页查询解释 --- src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts | 2 +- src/api/tigerapi/system.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/tigerapi/system.ts b/src/api/tigerapi/system.ts index 522a901..8efa655 100644 --- a/src/api/tigerapi/system.ts +++ b/src/api/tigerapi/system.ts @@ -655,7 +655,7 @@ !isNullOrEmpty(params[Keys[k]]) && Keys[k] != 'page' && Keys[k] != 'pageSize' && - Keys[k] != 'TABLE_NAME' + Keys[k] != 'TABLE_NAME' //蹇呴渶鍦ㄩ〉闈㈢殑鏌ヨ閮ㄥ垎鍔犲叆'TABLE_NAME'瀛楁骞惰祴鍊艰〃鍚� ) { sqlcmd += `And ${Keys[k]} like '%${params[Keys[k]]}%'`; } diff --git a/src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts b/src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts index f46a04d..8341abf 100644 --- a/src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts +++ b/src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts @@ -293,7 +293,7 @@ label: '琛ㄥ悕', component: 'Input', colProps: { span: 8 }, - defaultValue: 'BIZ_MES_WO', + defaultValue: 'BIZ_MES_WO', ////蹇呴渶鍦ㄩ〉闈㈢殑鏌ヨ閮ㄥ垎鍔犲叆'TABLE_NAME'瀛楁骞惰祴鍊艰〃鍚嶏紝杩欐牱灏卞彲浠ョ敤閫氱敤鍒嗛〉鏌ヨ ifShow: false, }, ]; -- Gitblit v1.9.3