WXL
2025-04-11 ee8f1a0138b4b7de2389e31d2eb186167a1548f7
src/views/patient/patient/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();
      });