king
2023-08-11 4adb8b8868aeed1f5f3b89ae269a7724c6b451ad
src/views/tabledesign/menuform/index.jsx
@@ -3,7 +3,6 @@
import { Form, Row, Col, Input, Select, notification, Switch } from 'antd'
import Api from '@/api'
import options from '@/store/options.js'
import './index.scss'
const { TextArea } = Input
@@ -76,7 +75,7 @@
  getMenus = () => {
    const { MenuId, config } = this.props
    Api.getCloudConfig({func: 's_get_pc_menus', systemType: options.sysType, debug: 'Y'}).then(result => {
    Api.getCloudConfig({func: 's_get_pc_menus', systemType: window.GLOB.sysType, debug: 'Y'}).then(result => {
      if (result.status) {
        let thdMenu = null
        let thdMenuList = []