From 113ff1aa0d62549730f1413fe5ffcadcf3a14f11 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 八月 2022 11:37:24 +0800 Subject: [PATCH] 2022-08-23 --- src/views/billprint/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/billprint/index.jsx b/src/views/billprint/index.jsx index 650c02f..3b63525 100644 --- a/src/views/billprint/index.jsx +++ b/src/views/billprint/index.jsx @@ -150,7 +150,7 @@ _param.rduri = window.GLOB.mainSystemApi } - Api.getLocalConfig(_param).then(result => { + Api.genericInterface(_param).then(result => { if (result.status) { let config = '' @@ -501,7 +501,7 @@ let componentId = item.componentId delete item.componentId return new Promise(resolve => { - Api.getLocalConfig(item).then(res => { + Api.genericInterface(item).then(res => { if (!res.status) { notification.warning({ top: 92, -- Gitblit v1.8.0