king
2021-05-25 2f95e9ca3984bba9bfe602596c2401e98e84f323
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -81,12 +81,12 @@
   * @description 触发按钮操作
   */
  actionTrigger = (triggerId, record) => {
    const { Tab, BID, btn, selectedData } = this.props
    const { Tab, BID, btn, selectedData, setting } = this.props
    const { loading } = this.state
    if ((triggerId && btn.uuid !== triggerId) || loading) return
    if (Tab && Tab.supMenu && !BID) {
    if (((Tab && Tab.supMenu) || setting.supModule) && !BID) {
      notification.warning({
        top: 92,
        message: '需要上级主键值!',