shared-ritm 1.3.128 → 1.3.129
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/shared-ritm.es.js
CHANGED
|
@@ -17238,6 +17238,9 @@ class HS extends yn {
|
|
|
17238
17238
|
async fetchPieAllTasksInfo(t) {
|
|
17239
17239
|
return await this.get("repairs/metrics/get_list_task_by_status", { params: t });
|
|
17240
17240
|
}
|
|
17241
|
+
async exportAllTasksInfo(t) {
|
|
17242
|
+
return await this.get("repairs/metrics/get_list_task_by_status", { params: t, responseType: "blob" });
|
|
17243
|
+
}
|
|
17241
17244
|
fetchPersonnelPlan(t) {
|
|
17242
17245
|
return this.get("repairs/metrics/personnel_plan", { params: t });
|
|
17243
17246
|
}
|