Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
jason
/
FPSMS-frontend
Vigiar
2
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
fixing the GET type
MergeProblem1
vluk@2fi-solutions.com.hk
há 2 semanas
ascendente
30eb8517d1
cometimento
7ce84920e2
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
src/app/(main)/ps/page.tsx
+ 1
- 1
src/app/(main)/ps/page.tsx
Ver ficheiro
@@ -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) {
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar