Commit 692b5182 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复单据类型不显示的问题

parent d2d4b848
......@@ -322,7 +322,7 @@ const Bills: React.FC<{}> = () => {
'invoicesNo',
FORM_FILTER_PATH,
);
useAsyncSelect('invoicesType', fetchInvoicesType);
useAsyncSelect('invoicesTypeId', fetchInvoicesType);
useAsyncSelect('inventory', fetchInventory);
}}
schema={billsSchema}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment