Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jason
/
FPSMS-frontend
Segui
2
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fixing the GET type
MergeProblem1
vluk@2fi-solutions.com.hk
2 settimane fa
parent
30eb8517d1
commit
7ce84920e2
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/app/(main)/ps/page.tsx
+ 1
- 1
src/app/(main)/ps/page.tsx
Vedi File
@@ -87,7 +87,7 @@ export default function ProductionSchedulePage() {
setLoading(true);
try {
const response = await fetch(`${NEXT_PUBLIC_API_URL}/productionSchedule/testDetailedSchedule`, {
method: '
POS
T',
method: '
GE
T',
headers: { 'Authorization': `Bearer ${token}` }
});
if (response.ok) {
Scrivi
Anteprima
Caricamento…
Annulla
Salva