|
@ -233,7 +233,7 @@ const openDetail = async (row: any, titleName: any, titleValue: any) => { |
|
|
detailRef.value.openDetail(row, titleName, titleValue) |
|
|
detailRef.value.openDetail(row, titleName, titleValue) |
|
|
} |
|
|
} |
|
|
const searchList = (model)=>{ |
|
|
const searchList = (model)=>{ |
|
|
if(model.postingDate){ |
|
|
if(model.postingDate&&model.postingDate.length>1){ |
|
|
model.postingDate[1] = model.postingDate[1].replace('00:00:00','23:59:59') |
|
|
model.postingDate[1] = model.postingDate[1].replace('00:00:00','23:59:59') |
|
|
} |
|
|
} |
|
|
selectionRows.value = [] |
|
|
selectionRows.value = [] |
|
|