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