src/pc/quotecomponent/settingform/index.jsx
@@ -2,8 +2,6 @@ import PropTypes from 'prop-types' import { Form, Row, Col, Select } from 'antd' import './index.scss' class SettingForm extends Component { static propTpyes = { dict: PropTypes.object, // 字典项 @@ -19,7 +17,7 @@ try { appMenus = JSON.parse(appMenus) appMenus = appMenus.filter(item => item.keys_type !== 'index') } catch { } catch (e) { appMenus = [] } } else {