songshankun
2023-11-27 c06965849f7f85fac75746845004647b629c47fb
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,