src/views/inventoryManagement/receiptManagement/Record.vue
@@ -195,7 +195,7 @@ const getList = () => { tableLoading.value = true; const params = {...page, type: props.type, topParentProductId: props.topParentProductId}; const params = {...page, topParentProductId: props.topParentProductId}; params.timeStr = searchForm.value.timeStr; params.productName = searchForm.value.productName; params.recordType = searchForm.value.recordType;