소스 검색

update

tags/Baseline_180220205_Frontend
MSI\derek 10 달 전
부모
커밋
8152fb122b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/components/InvoiceSearch/InvoiceSearchWrapper.tsx

+ 3
- 3
src/components/InvoiceSearch/InvoiceSearchWrapper.tsx 파일 보기

@@ -27,10 +27,10 @@ const InvoiceSearchWrapper: React.FC & SubComponents = async () => {
let filteredInvoice = invoices
if (teamId) {
filteredInvoice = invoices.filter(i => i.teamId === teamId)
if (userStaff.isTeamLead == false) {
filteredInvoice = invoices
}
}
// else {
// filteredInvoice = []
// }

const convertedInvoices = filteredInvoice.map((invoice)=>{
return{


불러오는 중...
취소
저장