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(); });