king
2024-10-18 b4cf4f95870b092b53770b833c6796f048e309e9
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 提交已选的权限
   */