king
2022-10-18 a8507cc8c42d17d4fb854594dbf1e084d61912ac
src/mob/components/official/index.jsx
@@ -4,8 +4,6 @@
import { Popover } from 'antd'
import { ToolOutlined, EditOutlined, FontColorsOutlined, DeleteOutlined } from '@ant-design/icons'
import zhCN from '@/locales/zh-CN/model.js'
import enUS from '@/locales/en-US/model.js'
import { resetStyle } from '@/utils/utils-custom.js'
import asyncIconComponent from '@/utils/asyncIconComponent'
import getWrapForm from './options'
@@ -22,10 +20,7 @@
    deletecomponent: PropTypes.func
  }
  state = {
    dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    visible: false,      // 模态框控制
  }
  state = {}
  /**
   * @description 搜索条件初始化