king
2022-10-26 fb64bcf1fab18b33d21470c83f28d4cda8d309ce
src/menu/components/share/actioncomponent/index.jsx
@@ -316,7 +316,6 @@
   */
  deleteElement = (card) => {
    const { config } = this.props
    const { appType } = this.state
    let _this = this
    confirm({
@@ -331,11 +330,6 @@
        }, () => {
          _this.props.updateaction({...config, action: _actionlist})
        })
        if (card.origin || appType === 'mob') return
        if (appType === 'pc' && card.OpenType !== 'popview') return
        MKEmitter.emit('delButtons', [card.uuid])
      },
      onCancel() {}
    })
@@ -461,7 +455,7 @@
    let btn = null
    let _col = null
    if (config.subtype === 'normaltable' || config.subtype === 'editable' || config.subtype === 'basetable') {
    if (config.type === 'table') {
      config.cols.forEach(col => {
        if (col.type !== 'action') return