李志伟 2 år sedan
förälder
incheckning
5ec8014752
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/pages/invoiceFill/components/InvoiceDetail.jsx

+ 1
- 0
src/pages/invoiceFill/components/InvoiceDetail.jsx Visa fil

@@ -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