李志伟 před 2 roky
rodič
revize
5ec8014752

+ 1
- 0
src/pages/invoiceFill/components/InvoiceDetail.jsx Zobrazit soubor

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