src/tabviews/rolemanage/index.jsx
@@ -561,6 +561,7 @@ submitloading: false }, () => { this.getSelectMenuList() this.clearBackSqlCache() }) if (window.GLOB.mainSystemApi) { Api.genericInterface(localParam).then(res => { @@ -586,6 +587,20 @@ }) } clearBackSqlCache = () => { if (!window.backend) return Api.cacheInterface({}).then(res => { if (!res.status) { notification.warning({ top: 92, message: res.message || '缓存清空失败!', duration: 5 }) } }) } /** * @description 提交已选的权限 */