대량등록, 사용자ID 등록 팝업 수정

This commit is contained in:
USER
2022-07-19 16:40:10 +09:00
parent f9d6fe61ca
commit 681c0bb102
12 changed files with 68 additions and 21 deletions

View File

@@ -173,7 +173,7 @@ export default {
totalItems: 0,
grid: {
url: '/api/v1/bo/attractMgt/channelList',
pagePerRows: 50,
pagePerRows: 20,
pagination: true,
isCheckbox: false, // true:첫번째 컬럼 앞에 체크박스 생성 / false:체크박스 제거
initialRequest: false,
@@ -252,7 +252,8 @@ export default {
// store에 저장된 페이지 정보 및 검색 조건을 불러오기
let isKeep = false;
if (getCondition) {
if (getCondition) {
console.log(getCondition.perPage);
this.grid.pagePerRows = getCondition.perPage;
this.grid.params = getCondition.params;
page = getCondition.page;