WXL
2025-04-14 6e54a6688661a05de7c418612cea8b38bbc2dee3
src/views/system/user/authRole.vue
@@ -101,8 +101,8 @@
    /** 提交按钮 */
    submitForm() {
      const userId = this.form.userId;
      const roleIds = this.roleIds.join(",");
      updateAuthRole({ userId: userId, roleIds: roleIds }).then((response) => {
      // const roleIds = this.roleIds.join(",");
      updateAuthRole({ userId: userId, roleIds: this.roleIds }).then((response) => {
        this.$modal.msgSuccess("授权成功");
        this.close();
      });