| | |
| | | |
| | | if (group.uuid !== menuId) return |
| | | |
| | | if (btn.syncComponentId && btn.syncComponentId !== config.uuid && btn.syncComponentId !== config.setting.supModule) { |
| | | MKEmitter.emit('reloadData', btn.syncComponentId) // 同级标签刷新 |
| | | } |
| | | btn.syncComponentId && MKEmitter.emit('reloadData', btn.syncComponentId) |
| | | |
| | | if (config.wrap.datatype !== 'static' && config.setting) { |
| | | this.loadData() |
| | | if (!btn.syncComponentId || btn.syncComponentId !== config.setting.supModule) { |
| | | if (config.wrap.datatype !== 'static' && config.setting) { |
| | | this.loadData() |
| | | } |
| | | } |
| | | |
| | | if (id) { |
| | |
| | | |
| | | resetParentParam = (MenuID, id) => { |
| | | const { config } = this.state |
| | | |
| | | if (config.wrap.datatype === 'static' || !config.setting.supModule || config.setting.supModule !== MenuID) return |
| | | |
| | | if (id !== this.state.BID || id !== '') { |
| | | this.setState({ BID: id }, () => { |
| | | this.loadData() |