어드민 리스트 화면 백엔드 중복 호출 문제 수정

This commit is contained in:
kubo8
2023-02-09 14:08:49 +09:00
parent b199bb7630
commit 5772a7ba18
24 changed files with 119 additions and 37 deletions

View File

@@ -197,7 +197,7 @@ export default {
this.grid.pagePerRows = getCondition.perPage;
this.grid.params = getCondition.params;
page = getCondition.page;
isKeep = true;
//isKeep = true;
}
this.search(isKeep);
},