king
2025-01-15 c1364e09625869ac4a47ee2014f1aabe9216f9a4
2025-01-15
2个文件已修改
3 ■■■■■ 已修改文件
src/views/rolemanage/filtermenu/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/rolemanage/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/rolemanage/filtermenu/index.jsx
@@ -495,6 +495,7 @@
        <Button className="mk-orange" onClick={this.trigger}>过滤菜单</Button>
        <Modal
          title="过滤菜单"
          wrapClassName="mk-scroll-modal"
          visible={visible}
          width={800}
          onOk={this.deletemenu}
src/views/rolemanage/index.jsx
@@ -8,6 +8,8 @@
import Api from '@/api'
import Utils from '@/utils/utils.js'
import asyncComponent from '@/utils/asyncComponent'
import '@/assets/css/design.scss'
import './index.scss'
const { confirm } = Modal