mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:16:34 +09:00
workstate리스트 완료
This commit is contained in:
@@ -90,6 +90,11 @@ const setWorkState = (params) => {
|
||||
return httpClient.post('/api/v1/bo/sysMgt/setWorkState', params, { withCredentials: false })
|
||||
}
|
||||
|
||||
const svcCheckList = (params) => {
|
||||
console.log("api호출",params)
|
||||
return httpClient.post('/api/v1/bo/sysMgt/svcCheckList', params, { withCredentials: false })
|
||||
}
|
||||
|
||||
|
||||
export default {
|
||||
insertAdmin,
|
||||
@@ -111,4 +116,5 @@ export default {
|
||||
batchExecuteJob,
|
||||
notiList,
|
||||
setWorkState,
|
||||
svcCheckList,
|
||||
}
|
||||
|
||||
@@ -81,19 +81,23 @@ export default {
|
||||
startDate: new Date(),
|
||||
totalItems: 0,
|
||||
grid: {
|
||||
url: '/api/v1/bo/sysMgt/notiList',
|
||||
url: '/api/v1/bo/sysMgt/svcCheckList',
|
||||
pagePerRows: 50,
|
||||
pagination: true,
|
||||
addCls: 'box_OFvis',
|
||||
initialRequest: false,
|
||||
columns: [
|
||||
{ name: 'day', header: '날짜', align: 'center', width: '15%' },
|
||||
{ name: 'userId', header: '시작 시간', align: 'center', width: '15%' },
|
||||
{ name: 'notiDiv', header: '종료 시간', align: 'center', width: '15%' },
|
||||
{ name: 'webReqId', header: '상태 변경', align: 'center', width: '20%' },
|
||||
{ name: 'ymd', header: '날짜', align: 'center', width: '15%' },
|
||||
{ name: 'strHd', header: '시작시간', align: 'center', width: '15%' },
|
||||
{ name: 'endHd', header: '종료시간', align: 'center', width: '15%' },
|
||||
{ name: 'workState', header: '상태 변경', align: 'center', width: '20%' },
|
||||
],
|
||||
noDataStr: '발송 내역이 없습니다.',
|
||||
params: {
|
||||
ymd: '',
|
||||
strHd: '',
|
||||
endHd: '',
|
||||
workState: '',
|
||||
},
|
||||
startTime : '',
|
||||
endTime : '',
|
||||
@@ -123,7 +127,7 @@ export default {
|
||||
isKeep = true;
|
||||
}
|
||||
*/
|
||||
this.grid.pagePerRows = 30;
|
||||
this.grid.pagePerRows = 50;
|
||||
page = 1;
|
||||
this.search(isKeep);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user