king
2023-08-07 c268999fa9a5894289e436165730525c18be93aa
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) {