king
2020-02-21 063b983daaf51a7f1e8677bde1e9c0e618866c91
src/tabviews/commontable/index.jsx
@@ -710,7 +710,7 @@
          parentId: this.props.MenuID,
          btn: btn,
          data: data[0] || null,
          primaryId: _primaryId,
          primaryId: btn.Ot !== 'notRequired' ? _primaryId : '',
          arr_field: this.state.arr_field
        }
      }
@@ -742,7 +742,7 @@
        tabParam: {
          btn: btn,
          data: data[0] || null,
          primaryId: _primaryId,
          primaryId: btn.Ot !== 'notRequired' ? _primaryId : '',
          arr_field: this.state.arr_field
        }
      })
@@ -874,6 +874,12 @@
              )
            })
          }
          <Button
            icon="copy"
            shape="circle"
            className="common-table-copy"
            onClick={this.copyMenuNo}
          />
          <Modal
            className="popview-modal"
            title={this.state.popAction.label}