From 2abb91c893f2eed3761bd09aabe12400460d2863 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 21 六月 2024 00:16:35 +0800 Subject: [PATCH] 产品工艺路线更新 --- src/api/tigerapi/system.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/tigerapi/system.ts b/src/api/tigerapi/system.ts index 986e464..ae1367b 100644 --- a/src/api/tigerapi/system.ts +++ b/src/api/tigerapi/system.ts @@ -745,7 +745,7 @@ } async function getListByPageAsync(params: any) { const data = await defHttp.post( - { url: Api.QueryUrl, params }, + { url: Api.QueryUrl, params,timeout:30000 }, { isTransformResponse: false, }, -- Gitblit v1.9.3