king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/pc/quotecomponent/settingform/index.jsx
@@ -1,12 +1,7 @@
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import { Form, Row, Col, Select } from 'antd'
class SettingForm extends Component {
  static propTpyes = {
    dict: PropTypes.object,      // 字典项
  }
  state = {
    appMenus: []
  }