瀏覽代碼

fixing the GET type

MergeProblem1
[email protected] 2 週之前
父節點
當前提交
7ce84920e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/app/(main)/ps/page.tsx

+ 1
- 1
src/app/(main)/ps/page.tsx 查看文件

@@ -87,7 +87,7 @@ export default function ProductionSchedulePage() {
setLoading(true);
try {
const response = await fetch(`${NEXT_PUBLIC_API_URL}/productionSchedule/testDetailedSchedule`, {
method: 'POST',
method: 'GET',
headers: { 'Authorization': `Bearer ${token}` }
});
if (response.ok) {


Loading…
取消
儲存