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