king
2020-10-20 7b01bec1609710729a868093ad69484ebea82d80
src/templates/zshare/createinterface/index.jsx
@@ -360,7 +360,7 @@
        type: 'radio',
        key: 'TryType',
        label: '事务',
        initval: 'N',
        initval: 'Y',
        required: true,
        options: [{
          value: 'Y',
@@ -569,14 +569,9 @@
    }).then(res => {
      if (res === false) return res
      if (window.GLOB.mainSystemApi) {
        _mainParam.rduri = window.GLOB.mainSystemApi
        return Api.getLocalConfig(_mainParam)
      }
      return 'success'
      return Api.getCloudConfig(_mainParam)
    }).then(res => {
      if (res === false || res === 'success') return res
      if (res === false) return res
      if (!res.status) {
        notification.warning({