TM-164,165,167 bugs fixed

This commit is contained in:
amirrezaghabeli
2025-09-30 12:14:05 +03:30
parent fc925f7b84
commit 1746ff81bd
14 changed files with 369 additions and 301 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class YourTendersApi {
required String createdTo,
required String status,
}) {
String url = '$tenderApproval?limit=$limit&offset=$offset';
String url = '$tenderApproval?limit=$limit&offset=$offset&status=submitted';
if (createdFrom.isNotEmpty && createdTo.isNotEmpty) {
url += '&created_from=$createdFrom&created_to=$createdTo';