yangfeng
2024-02-05 eb52624b4ea5303198d4dddc19a3366c87283ff3
src/stores/plc.ts
@@ -27,7 +27,8 @@
  } = useRequest(
    () =>
      getProductProgress({
        channel: taskStore.activeChannel ?? 0
        channel: taskStore.activeChannel ?? 0,
        procedureId: taskStore.activeTask?.Procedure.ID ?? undefined
      } as ProductProgressParams),
    {
      manual: true,