From 1e41a759d4b0ee5b6072e5bd45d9938591f90bc9 Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期三, 22 五月 2024 20:21:06 +0800 Subject: [PATCH] 侧边框优化 --- src/api/tigerapi/mes/smt/solderhis.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/tigerapi/mes/smt/solderhis.ts b/src/api/tigerapi/mes/smt/solderhis.ts index b9f5e8e..70ce3c1 100644 --- a/src/api/tigerapi/mes/smt/solderhis.ts +++ b/src/api/tigerapi/mes/smt/solderhis.ts @@ -37,19 +37,19 @@ pageSize: params.pageSize, } }); - return getFinishedwarehouseListByPageAsync(usParams); + return getSolderhisListByPageAsync(usParams); } else { const usParams = genAction('SMT_SOLDER_HIS', { QueryAble_T: '', where: sqlcmd, option },option); - return getFinishedwarehouseListByPageAsync(usParams); + return getSolderhisListByPageAsync(usParams); } // const rParams = genActionPage('BIZ_ERP_PROD_IN', sqlcmd, params.page, params.pageSize,option); // return getFinishedwarehouseListByPageAsync(rParams); }; -async function getFinishedwarehouseListByPageAsync(params: any) { +async function getSolderhisListByPageAsync(params: any) { const data = await defHttp.post( { url: Api.QueryUrl, params }, { -- Gitblit v1.9.3