李志伟 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