From ee635de6fc758c044db0761faa003d0db1e82563 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 07 八月 2023 20:32:35 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/templates/comtableconfig/updatetable/index.jsx |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/templates/comtableconfig/updatetable/index.jsx b/src/templates/comtableconfig/updatetable/index.jsx
index eb1cc76..3ce78d5 100644
--- a/src/templates/comtableconfig/updatetable/index.jsx
+++ b/src/templates/comtableconfig/updatetable/index.jsx
@@ -150,7 +150,7 @@
       let defers = _tbs.map((item, i) => {
         return new Promise((resolve) => {
           setTimeout(() => {
-            Api.getSystemConfig({
+            Api.getCloudConfig({
               func: 'sPC_Get_LongParam',
               MenuID: item.linkTab
             }).then(res => {
@@ -232,7 +232,7 @@
       let defers = popActions.map((item, i) => {
         return new Promise((resolve) => {
           setTimeout(() => {
-            Api.getSystemConfig({
+            Api.getCloudConfig({
               func: 'sPC_Get_LongParam',
               MenuID: item.linkTab
             }).then(res => {
@@ -412,7 +412,7 @@
       let defers = formActions.map((item, i) => {
         return new Promise((resolve) => {
           setTimeout(() => {
-            Api.getSystemConfig({
+            Api.getCloudConfig({
               func: 'sPC_Get_LongParam',
               MenuID: item.origin
             }).then(res => {
@@ -749,7 +749,7 @@
     let save = false
 
     new Promise(resolve => {
-      Api.getSystemConfig(param).then(res => {
+      Api.getCloudConfig(param).then(res => {
         resolve(res)
       })
     }).then(res => { // 鍒犻櫎鍘熻彍鍗�
@@ -760,7 +760,7 @@
 
       if (this.delButtons.length === 0) return res
 
-      return Api.getSystemConfig({
+      return Api.getCloudConfig({
         func: 'sPC_MainMenu_Del',
         up_type: 'Y',
         MenuID: this.delButtons.join(',')

--
Gitblit v1.8.0