mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 03:57:56 +09:00
사용자(관리자) 수정
This commit is contained in:
@@ -157,7 +157,8 @@ export default {
|
|||||||
async memoTotalModalOpen(props){
|
async memoTotalModalOpen(props){
|
||||||
this.grid.params.userId = props.adminId;
|
this.grid.params.userId = props.adminId;
|
||||||
this.userId = props.adminId;
|
this.userId = props.adminId;
|
||||||
|
// this.grid.params.userId = props.serviceId;
|
||||||
|
// this.userId = props.serviceId;
|
||||||
|
|
||||||
// 메모 모달팝업 오픈
|
// 메모 모달팝업 오픈
|
||||||
var dimmed = document.getElementsByClassName('memoTotal');
|
var dimmed = document.getElementsByClassName('memoTotal');
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import java.io.Serializable;
|
|||||||
@Data
|
@Data
|
||||||
public class AllMemoListReqDto implements Serializable {
|
public class AllMemoListReqDto implements Serializable {
|
||||||
|
|
||||||
@NotNull
|
// @NotNull
|
||||||
@ApiModelProperty(example = "사용자 ID", name = "사용자 ID", dataType = "String")
|
@ApiModelProperty(example = "사용자 ID", name = "사용자 ID", dataType = "String")
|
||||||
private String userId;
|
private String userId;
|
||||||
|
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ public class MemberAdminDetailReqDto implements Serializable {
|
|||||||
@ApiModelProperty(example = "사용자 ID", name = "사용자 ID", dataType = "String")
|
@ApiModelProperty(example = "사용자 ID", name = "사용자 ID", dataType = "String")
|
||||||
private String userId;
|
private String userId;
|
||||||
|
|
||||||
@NotNull
|
//@NotNull
|
||||||
@ApiModelProperty(example = "페이지당 조회할 목록 수", name = "페이지당 조회할 목록 수", dataType = "String")
|
@ApiModelProperty(example = "페이지당 조회할 목록 수", name = "페이지당 조회할 목록 수", dataType = "String")
|
||||||
private int pagePerRows;
|
private int pagePerRows;
|
||||||
|
|
||||||
@NotNull
|
//@NotNull
|
||||||
@ApiModelProperty(example = "현재 페이지", name = "현재 페이지", dataType = "int")
|
@ApiModelProperty(example = "현재 페이지", name = "현재 페이지", dataType = "int")
|
||||||
private int page;
|
private int page;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user