king
2024-08-25 326aa6b3effaccc71cfe0775d47b0f29eb3695a6
src/views/design/header/editfirstmenu/index.jsx
@@ -92,7 +92,7 @@
      return
    }
    
    let _this = this
    let that = this
    confirm({
      title: `确定删除菜单《${item.MenuName}》吗?`,
      content: '',
@@ -103,7 +103,7 @@
        }
        return Api.getCloudConfig(param).then(res => {
          if (res.status) {
            _this.props.reload()
            that.props.reload()
          } else {
            notification.warning({
              top: 92,