fuyongxin
2026-06-03 1fd2a709d850c743a6d1da8b65133fc8e51c92d2
ruoyi-ui/src/views/system/user/authRole.vue
@@ -108,7 +108,7 @@
    submitForm() {
      const userId = this.form.userId
      const roleIds = this.roleIds.join(",")
      updateAuthRole({ userId: userId, roleIds: roleIds }).then((response) => {
      updateAuthRole({ userId: userId, roleIds: roleIds }).then(() => {
        this.$modal.msgSuccess("授权成功")
        this.close()
      })