king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
src/views/design/header/editfirstmenu/index.jsx
@@ -60,7 +60,7 @@
      this.setState({
        loading: true
      })
      Api.getSystemConfig(param).then(res => {
      Api.getCloudConfig(param).then(res => {
        if (res.status) {
          this.setState({
            loading: false,
@@ -101,7 +101,7 @@
          func: 'sPC_MainMenu_Del',
          MenuID: item.MenuID
        }
        return Api.getSystemConfig(param).then(res => {
        return Api.getCloudConfig(param).then(res => {
          if (res.status) {
            _this.props.reload()
          } else {
@@ -139,7 +139,7 @@
        title: '确认调整菜单顺序吗?',
        content: '',
        onOk() {
          return Api.getSystemConfig(param).then(res => {
          return Api.getCloudConfig(param).then(res => {
            if (res.status) {
              that.setState({ change: false })
              that.props.reload()