mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 17:43:44 +09:00
어드민 리스트 화면들 백엔드 중복 호출 수정
This commit is contained in:
@@ -110,7 +110,6 @@ export default {
|
||||
this.nextPageRange = 1;
|
||||
},
|
||||
readData(isKeep) {
|
||||
console.log(111);
|
||||
if (typeof this.url != undefined && this.url != null && this.url != '') {
|
||||
if (isKeep == true) {
|
||||
// nothing
|
||||
|
||||
@@ -314,7 +314,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
search: function (isKeep) {
|
||||
this.$refs.table.search(this.grid.params, isKeep);
|
||||
this.grid.params = {
|
||||
startMonth: moment(this.startDate).format('YYYYMM'),
|
||||
endMonth: moment(this.endDate).format('YYYYMM'),
|
||||
|
||||
@@ -100,6 +100,7 @@ export default {
|
||||
grid: {
|
||||
url: '/api/v1/bo/channelMgt/tmpltList',
|
||||
perPage: 50,
|
||||
pagePerRows : 50,
|
||||
pagination: true,
|
||||
isCheckbox: false,
|
||||
initialRequest: false,
|
||||
|
||||
@@ -126,6 +126,7 @@ export default {
|
||||
],
|
||||
grid: {
|
||||
url: '/api/v1/bo/riskMgt/zezNum/intrcpList',
|
||||
pagePerRows: 50,
|
||||
pagination: true,
|
||||
isCheckbox: false,
|
||||
initialRequest: false,
|
||||
|
||||
@@ -115,6 +115,7 @@ export default {
|
||||
grid: {
|
||||
url: '/api/v1/bo/sendNumMgt/apprList',
|
||||
perPage: 50,
|
||||
pagePerRows : 50,
|
||||
pagination: true,
|
||||
isCheckbox: false,
|
||||
initialRequest: false,
|
||||
|
||||
Reference in New Issue
Block a user