@newpeak/barista-cli 0.1.674 → 0.1.676
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/core/api/client.js
CHANGED
|
@@ -11915,7 +11915,7 @@ export const apiClient = {
|
|
|
11915
11915
|
}
|
|
11916
11916
|
}
|
|
11917
11917
|
const qs = query.toString();
|
|
11918
|
-
const response = await client.getClient().get(`/api/enterprise/finance/voucher/
|
|
11918
|
+
const response = await client.getClient().get(`/api/enterprise/finance/voucher/page${qs ? '?' + qs : ''}`);
|
|
11919
11919
|
return response.data;
|
|
11920
11920
|
}
|
|
11921
11921
|
catch (error) {
|
package/package.json
CHANGED