From b265f78311f5bb0769f32a31f7006cc787bd2f53 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 27 三月 2024 19:00:09 +0800 Subject: [PATCH] 质检相关报工页面新增、接口联调 --- src/api/task.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/task.ts b/src/api/task.ts index ca0ee32..a475293 100644 --- a/src/api/task.ts +++ b/src/api/task.ts @@ -73,6 +73,7 @@ CurrentProcedureIndex: number CanStarted: boolean ProcedureModel: ProcedureModel + ShowCheck: boolean } export interface Material { materialId: string -- Gitblit v1.8.0