king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/components/thawmenu/index.jsx
@@ -28,7 +28,7 @@
      loading: false
    })
    Api.getSystemConfig({
    Api.getCloudConfig({
      func: 'sPC_Get_FrozenMenu',
      ParentID: this.props.ParentId,
      TYPE: +this.props.Type
@@ -61,7 +61,7 @@
    if (targetKeys.length === 0) {
      notification.warning({
        top: 92,
        message: this.state.dict['form.required.select'] + this.state.dict['model.menu'],
        message: '请选择菜单',
        duration: 5
      })
      return
@@ -72,7 +72,7 @@
    })
    let defers = targetKeys.map(item => {
      return new Promise((resolve) => {
        Api.getSystemConfig({
        Api.getCloudConfig({
          func: 'sPC_MainMenu_ReDel',
          MenuID: item
        }).then(res => {