king
2022-05-05 4677982c003e357cff8f2544be44706bf31ea6de
src/views/rolemanage/index.jsx
@@ -689,17 +689,17 @@
  }
  saveTree = () => {
    const { trees } = this.state
    // const { trees } = this.state
    const _this = this
    if (!trees || trees.length === 0) {
      notification.warning({
        top: 92,
        message: '未获取到权限信息!',
        duration: 5
      })
      return
    }
    // if (!trees || trees.length === 0) {
    //   notification.warning({
    //     top: 92,
    //     message: '未获取到权限信息!',
    //     duration: 5
    //   })
    //   return
    // }
    confirm({
      content: '确定执行吗?',