king
2023-04-03 2b46797c3a5868f7f26329da5834c13aae07ad69
src/menu/components/card/cardcellcomponent/index.jsx
@@ -283,7 +283,7 @@
   * @description 按钮编辑,获取按钮表单信息
   */
  handleAction = (card) => {
    const { cards } = this.props
    const { cards, side } = this.props
    let usefulFields = sessionStorage.getItem('permFuncField')
    if (usefulFields) {
@@ -322,11 +322,11 @@
      })
    } else {
      let anchors = MenuUtils.getAnchors(window.GLOB.customMenu.components, cards.uuid) || []
      this.setState({
        actvisible: true,
        card: card,
        formlist: getActionForm(card, functip, cards, usefulFields, modules, anchors)
        formlist: getActionForm(card, functip, cards, usefulFields, modules, anchors, side)
      })
    }
  }
@@ -706,6 +706,7 @@
      return <VerifyCard
        card={card}
        config={cards}
        side={side || ''}
        columns={side === 'sub' ? cards.subColumns : cards.columns}
        wrappedComponentRef={(inst) => this.verifyRef = inst}
      />