From 465be8b618c1fb139d56ed779ff6f4dbc8d89b89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 04 八月 2023 15:47:14 +0800 Subject: [PATCH] 2023-08-04 --- src/templates/comtableconfig/index.jsx | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/templates/comtableconfig/index.jsx b/src/templates/comtableconfig/index.jsx index a58bff3..7c55fb4 100644 --- a/src/templates/comtableconfig/index.jsx +++ b/src/templates/comtableconfig/index.jsx @@ -210,7 +210,7 @@ loading: type, tabviews: [] }) - Api.getSystemConfig({func: 'sPC_Get_UserTemp', TypeCharTwo: 'tab'}).then(res => { + Api.getCloudConfig({func: 'sPC_Get_UserTemp', TypeCharTwo: 'tab'}).then(res => { if (res.status) { this.setState({ loading: false, @@ -498,7 +498,7 @@ } return new Promise(resolve => { - Api.getSystemConfig(_param).then(response => { + Api.getCloudConfig(_param).then(response => { resolve(response) }) }) @@ -552,7 +552,7 @@ } }).then(resp => { if (resp === false) return - Api.getSystemConfig(param).then(response => { + Api.getCloudConfig(param).then(response => { if (response.status) { this.setState({ config: _config, @@ -585,7 +585,7 @@ new Promise(resolve => { if (btnParam.LText) { - Api.getSystemConfig(btnParam).then(result => { + Api.getCloudConfig(btnParam).then(result => { if (result.status) { this.setState({ // 淇濆瓨鎴愬姛鍚庢竻绌哄鍒跺垪琛� copyActions: [] @@ -626,7 +626,7 @@ oriActions.forEach(action => { if (!action.prebtn || !action.prebtn.uuid) return - Api.getSystemConfig({ + Api.getCloudConfig({ func: 'sPC_Get_LongParam', MenuID: action.prebtn.uuid }).then(result => { @@ -654,7 +654,7 @@ PageParam: JSON.stringify({Template: _temp}), LongParam: result.LongParam } - Api.getSystemConfig(param).then(() => {}) + Api.getCloudConfig(param).then(() => {}) } }) }) @@ -794,7 +794,7 @@ loading: true }) - Api.getSystemConfig({ + Api.getCloudConfig({ func: 'sPC_Get_LongParam', MenuID: uuid }).then(res => { @@ -954,7 +954,7 @@ func: 'sPC_MainMenu_Del', MenuID: item } - Api.getSystemConfig(_param) + Api.getCloudConfig(_param) }) this.props.handleView() } @@ -1017,7 +1017,7 @@ MenuID: menu.MenuID } - Api.getSystemConfig(param).then(res => { + Api.getCloudConfig(param).then(res => { if (res.status) { let _config = '' if (res.LongParam) { -- Gitblit v1.8.0