king
2022-05-23 0d63712b03fc8b8542da904b67c6bea133b4f9d8
src/tabviews/custom/components/form/tab-form/index.jsx
@@ -75,6 +75,12 @@
      group.subButton.OpenType = 'formSubmit'
      group.subButton.execError = 'never'
      group.subButton.syncComponentId = group.subButton.syncComponent ? group.subButton.syncComponent.pop() : ''
      if (group.subButton.syncComponentId === config.uuid) {
        group.subButton.syncComponentId = ''
      }
      if (group.subButton.enable === 'false') {
        group.subButton.style.display = 'none'
        group.$button = 'no-button'
@@ -301,7 +307,7 @@
    const { config, loading, BID, data, group, dict } = this.state
    return (
      <div className="custom-tab-form-box" style={{...config.style}}>
      <div className="custom-tab-form-box" id={'anchor' + config.uuid} style={{...config.style}}>
        {loading ?
          <div className="loading-mask">
            <div className="ant-spin-blur"></div>