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: '确定执行吗?',