From 9e8046f9283ef6384803c5869588ab33303c4d03 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Fri, 15 May 2026 17:08:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E5=85=89=E8=8A=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/model/hfnf.js | 4 ++-- src/components/scTable/index.vue | 4 ++-- src/views/fac_cal/hfnf_index.vue | 8 +++++++- src/views/hrm/empcontract.vue | 4 +++- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/api/model/hfnf.js b/src/api/model/hfnf.js index dab1212d..1e12772b 100644 --- a/src/api/model/hfnf.js +++ b/src/api/model/hfnf.js @@ -6,8 +6,8 @@ export default { name: "列表", req: async function(data){ return await http.post( - // `${config.HOST_URL}/hfnf_api/mplogx/`, - "http://10.0.11.52:5800/mplogx/", + `${config.HOST_URL}/hfnf_api/mplogx/`, + // "http://10.0.11.52:5800/mplogx/", data ); } diff --git a/src/components/scTable/index.vue b/src/components/scTable/index.vue index 74b2bb79..7056b838 100644 --- a/src/components/scTable/index.vue +++ b/src/components/scTable/index.vue @@ -10,9 +10,9 @@