李志伟 2 년 전
부모
커밋
5ec8014752
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/pages/invoiceFill/components/InvoiceDetail.jsx

+ 1
- 0
src/pages/invoiceFill/components/InvoiceDetail.jsx 파일 보기

@@ -106,6 +106,7 @@ export default forwardRef((props, ref) => {
106 106
         expfunc={getExport}
107 107
         invoiceId={invoiceId}
108 108
         options={false}
109
+        search={false}
109 110
         params={{ invoiceId }}
110 111
       />
111 112