@@ -350,7 +350,7 @@ const initList = () => {
api.invoiceRecordApi.invoiceRecord({
pages: pages.value,
size: size.value,
- invoiceType: '2',
+ invoiceTypes: ['2', '4'],
...form.value
}).then((res: any) => {
if (res.code == 200) {
@@ -349,7 +349,7 @@ const initList = () => {
- invoiceType: '1',
+ invoiceTypes: ['1', '3'],