king
2023-03-13 d70c5b0eee48808b9a42d1f7685640f5bafc2ad3
src/tabviews/zshare/pageMessage/index.jsx
@@ -15,7 +15,6 @@
class PageMessage extends Component {
  static propTpyes = {
    BID: PropTypes.any,          // 父级Id,用于查询下拉选择项
    dict: PropTypes.object,      // 字典
  }
  state = {
@@ -314,7 +313,7 @@
  render() {
    const { menu, dict } = this.props
    const { menu } = this.props
    const { debug, visible, data } = this.state
    return (
@@ -333,7 +332,7 @@
          visible={visible}
          onCancel={() => this.setState({visible: false})}
          footer={[
            <Button key="close" onClick={() => this.setState({visible: false})}>{dict['main.close']}</Button>
            <Button key="close" onClick={() => this.setState({visible: false})}>关闭</Button>
          ]}
          destroyOnClose
        >