李志伟 hace 2 años
padre
commit
5ec8014752
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/pages/invoiceFill/components/InvoiceDetail.jsx

+ 1
- 0
src/pages/invoiceFill/components/InvoiceDetail.jsx Ver fichero

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