李志伟 2 years ago
parent
commit
5ec8014752
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/invoiceFill/components/InvoiceDetail.jsx

+ 1
- 0
src/pages/invoiceFill/components/InvoiceDetail.jsx View File

106
         expfunc={getExport}
106
         expfunc={getExport}
107
         invoiceId={invoiceId}
107
         invoiceId={invoiceId}
108
         options={false}
108
         options={false}
109
+        search={false}
109
         params={{ invoiceId }}
110
         params={{ invoiceId }}
110
       />
111
       />
111
 
112