yangfeng
2023-12-12 1519870c0e18171ced014a840e86a459dc6b00f1
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,