From fb3ec146a9e1444ece749d0bcf232a554e933fb0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 五月 2022 22:56:16 +0800 Subject: [PATCH] Merge branch 'develop' --- src/views/rolemanage/index.jsx | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/rolemanage/index.jsx b/src/views/rolemanage/index.jsx index e4df34d..608da40 100644 --- a/src/views/rolemanage/index.jsx +++ b/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: '纭畾鎵ц鍚楋紵', -- Gitblit v1.8.0