src/tabviews/subtabtable/index.jsx
@@ -16,9 +16,11 @@ class SubTabModalTable extends Component { static propTpyes = { BID: PropTypes.string, // 上级数据ID MenuID: PropTypes.string, // 菜单Id SupMenuID: PropTypes.string // 上级菜单Id ID: PropTypes.string, // 上级数据ID BID: PropTypes.string, // 上上级数据ID MenuID: PropTypes.string, // 菜单Id SupMenuID: PropTypes.string, // 上级菜单Id refreshSupView: PropTypes.any // 刷新上级菜单 } state = { @@ -455,6 +457,9 @@ } else if (type === 'excelOut') { this.handleDefaultExcelout(btn) } if (type === 'success') { this.props.refreshSupView() } } /**