src/tabviews/zshare/actionList/changeuserbutton/index.jsx
@@ -81,9 +81,9 @@ */ actionTrigger = (triggerId, record, type) => { const { setting, selectedData, btn, MenuID } = this.props const { loading } = this.state const { loading, disabled } = this.state if ((triggerId && btn.uuid !== triggerId) || loading) return if ((triggerId && btn.uuid !== triggerId) || loading || disabled) return if (btn.funcType === 'closetab') { MKEmitter.emit('closeTabView', MenuID || btn.$MenuID)