king
2023-08-07 ee635de6fc758c044db0761faa003d0db1e82563
src/templates/modalconfig/index.jsx
@@ -508,7 +508,7 @@
      })
    }
    Api.getSystemConfig(param).then(response => {
    Api.getCloudConfig(param).then(response => {
      if (response.status) {
        this.setState({
          openEdition: response.open_edition || '',
@@ -655,7 +655,7 @@
      MenuID: editAction.uuid
    }
    Api.getSystemConfig(param).then(res => {
    Api.getCloudConfig(param).then(res => {
      if (res.status) {
        let _config = ''
        if (res.LongParam) {